Merge "SipService: fix a missing switch-case break." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
ece7e11b37
@ -868,6 +868,7 @@ public final class SipService extends ISipService.Stub {
|
||||
case SipErrorCode.SERVER_UNREACHABLE:
|
||||
if (DEBUG) Log.d(TAG, " pause auto-registration");
|
||||
stop();
|
||||
break;
|
||||
default:
|
||||
restartLater();
|
||||
}
|
||||
|
Reference in New Issue
Block a user