git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3416 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-19 20:08:58 +00:00
parent 24456954f7
commit 02ca948e7a
1 changed files with 1 additions and 1 deletions

View File

@ -4133,7 +4133,7 @@ static void sip_r_register(int status,
if (sofia_private && sofia_private->oreg) {
oreg = sofia_private->oreg;
if (oreg && status == 200) {
if (status == 200) {
oreg->state = REG_STATE_REGISTER;
return;
}