From: Anthony Minessale Date: Fri, 20 Oct 2006 13:32:44 +0000 (+0000) Subject: this ascii 20 ' ' sponsored by Matt Klein aka Vile X-Git-Tag: v1.0-beta1~1863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2753b78ad2dbca170990b313848b40d73cfdd1;p=thirdparty%2Ffreeswitch.git 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 --- 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,