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:
parent
003f33e409
commit
db2753b78a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue