git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8107 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-04-14 16:52:30 +00:00
parent 24fe76b85d
commit 79260c7b06
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ static void sofia_handle_sip_r_options(switch_core_session_t *session, int statu
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