Merge "SipService: fix a missing switch-case break." into gingerbread

This commit is contained in:
Hung-ying Tyan
2010-10-11 20:02:05 -07:00
committed by Android (Google) Code Review

View File

@ -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();
}