mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
missing and
This commit is contained in:
parent
9f93820c07
commit
b1f164cc1a
@ -5970,7 +5970,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
|
|||||||
free(test_sql);
|
free(test_sql);
|
||||||
|
|
||||||
|
|
||||||
test_sql = switch_mprintf("delete from sip_subscriptions where hostname='%q' and version < 0 orig_proto like '%%' and network_ip like '%%' and network_port like '%%'",
|
test_sql = switch_mprintf("delete from sip_subscriptions where hostname='%q' and version < 0 and orig_proto like '%%' and network_ip like '%%' and network_port like '%%'",
|
||||||
mod_sofia_globals.hostname);
|
mod_sofia_globals.hostname);
|
||||||
switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_subscriptions", sub_sql);
|
switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_subscriptions", sub_sql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user