[Freeswitch-svn] [commit] r8107 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Mon Apr 14 12:52:31 EDT 2008
Author: anthm
Date: Mon Apr 14 12:52:30 2008
New Revision: 8107
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
doh doh
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Mon Apr 14 12:52:30 2008
@@ -1458,7 +1458,7 @@
sip->sip_to->a_url->url_host
);
- char *sql = switch_mprintf("update sip_registratons set expired=%ld where sip_user='%s' and sip_host='%s'",
+ char *sql = switch_mprintf("update sip_registrations set expired=%ld where sip_user='%s' and sip_host='%s'",
(long)now,
sip->sip_to->a_url->url_user,
sip->sip_to->a_url->url_host
More information about the Freeswitch-svn
mailing list