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.
|
||||
*/
|
||||
|
||||
SWITCH_DECLARE(char*)switch_sql_concat();
|
||||
SWITCH_DECLARE(char*)switch_sql_concat(void);
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
#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_DECLARE(char*)switch_sql_concat()
|
||||
SWITCH_DECLARE(char*)switch_sql_concat(void)
|
||||
{
|
||||
if(runtime.odbc_dbtype == DBTYPE_MSSQL)
|
||||
return "+";
|
||||
|
|
Loading…
Reference in New Issue