]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Apr 2008 16:52:30 +0000 (16:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Apr 2008 16:52:30 +0000 (16:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8107 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 773eb733c232871f9efe5371c60521b375a8787c..bf66fe3468f3ebde366848bbf871e471a027762e 100644 (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