From 79260c7b06cdcd4f9d3d725ea418ba429eb8d318 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 14 Apr 2008 16:52:30 +0000 Subject: [PATCH] doh doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8107 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 773eb733c2..bf66fe3468 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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