From db2753b78ad2dbca170990b313848b40d73cfdd1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 20 Oct 2006 13:32:44 +0000 Subject: [PATCH] this ascii 20 ' ' sponsored by Matt Klein aka Vile git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3122 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/mod_sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 0ad54eeb58..ffce1fe941 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -2769,7 +2769,7 @@ static uint8_t handle_register(nua_t *nua, switch_uuid_get(&uuid); switch_uuid_format(uuid_str, &uuid); - sql = switch_mprintf("delete from sip_authentication where user='%q'and host='%q';\n" + sql = switch_mprintf("delete from sip_authentication where user='%q' and host='%q';\n" "insert into sip_authentication values('%q','%q','%q','%q', %ld)", from_user, from_host,