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:
|
case SipErrorCode.SERVER_UNREACHABLE:
|
||||||
if (DEBUG) Log.d(TAG, " pause auto-registration");
|
if (DEBUG) Log.d(TAG, " pause auto-registration");
|
||||||
stop();
|
stop();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
restartLater();
|
restartLater();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user