[Freeswitch-svn] [commit] r3122 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Fri Oct 20 09:32:45 EDT 2006
Author: anthm
Date: Fri Oct 20 09:32:44 2006
New Revision: 3122
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
this ascii 20 ' ' sponsored by Matt Klein aka Vile
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c Fri Oct 20 09:32:44 2006
@@ -2769,7 +2769,7 @@
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,
More information about the Freeswitch-svn
mailing list