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

Merge commit 'ece7e11b3723140b31d28bae6ed6f1ae30e5d802' into gingerbread-plus-aosp

* commit 'ece7e11b3723140b31d28bae6ed6f1ae30e5d802':
  SipService: fix a missing switch-case break.
This commit is contained in:
Hung-ying Tyan
2010-10-11 20:04:28 -07:00
committed by Android Git Automerger

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