FS-3639 --resolve

This commit is contained in:
Anthony Minessale 2011-10-26 08:45:04 -05:00
parent 1dcac642dd
commit 7b10506e78
1 changed files with 1 additions and 1 deletions

View File

@ -6001,7 +6001,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_subscriptions", sub_sql);
free(test_sql);
test_sql = switch_mprintf("delete from sip_dialogs where hostname='%q' and (expires <> -9999 or rpid='' or sip_from_tag='' || rcd > 0)",
test_sql = switch_mprintf("delete from sip_dialogs where hostname='%q' and (expires <> -9999 or rpid='' or sip_from_tag='' or rcd > 0)",
mod_sofia_globals.hostname);