update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3416 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
24456954f7
commit
02ca948e7a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue