]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
this ascii 20 ' ' sponsored by Matt Klein aka Vile
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 20 Oct 2006 13:32:44 +0000 (13:32 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 20 Oct 2006 13:32:44 +0000 (13:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3122 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 0ad54eeb58a6e17eb41a1f38d387d5391e29cd98..ffce1fe941f1bb236ffe9d1b44d6f10d21e0718e 100644 (file)
@@ -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,