[Freeswitch-svn] [commit] r5073 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Wed May 2 19:39:24 EDT 2007
Author: anthm
Date: Wed May 2 19:39:24 2007
New Revision: 5073
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
Log:
update
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c Wed May 2 19:39:24 2007
@@ -1549,7 +1549,12 @@
}
#endif
+#ifdef SWITCH_HAVE_ODBC
return profile->master_odbc ? 1 : 0;
+#else
+ return 1;
+#endif
+
}
void sofia_glue_sql_close(sofia_profile_t *profile)
More information about the Freeswitch-svn
mailing list