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
This commit is contained in:
Anthony Minessale 2006-10-20 13:32:44 +00:00
parent 003f33e409
commit db2753b78a
1 changed files with 1 additions and 1 deletions

View 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,