mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-14 03:01:09 +00:00
hrm
This commit is contained in:
parent
a5ae0e32d6
commit
e817795e84
@ -540,7 +540,7 @@ SWITCH_DECLARE(int) switch_core_db_changes(switch_core_db_t *db);
|
|||||||
* literal.
|
* literal.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
SWITCH_DECLARE(char*)switch_sql_concat();
|
SWITCH_DECLARE(char*)switch_sql_concat(void);
|
||||||
|
|
||||||
SWITCH_END_EXTERN_C
|
SWITCH_END_EXTERN_C
|
||||||
#endif
|
#endif
|
||||||
|
@ -2114,7 +2114,7 @@ SWITCH_DECLARE(void) switch_cache_db_status(switch_stream_handle_t *stream)
|
|||||||
switch_mutex_unlock(sql_manager.dbh_mutex);
|
switch_mutex_unlock(sql_manager.dbh_mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
SWITCH_DECLARE(char*)switch_sql_concat()
|
SWITCH_DECLARE(char*)switch_sql_concat(void)
|
||||||
{
|
{
|
||||||
if(runtime.odbc_dbtype == DBTYPE_MSSQL)
|
if(runtime.odbc_dbtype == DBTYPE_MSSQL)
|
||||||
return "+";
|
return "+";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user