Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c74d3917 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android Git Automerger
Browse files

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

Merge commit 'ece7e11b' into gingerbread-plus-aosp

* commit 'ece7e11b':
  SipService: fix a missing switch-case break.
parents a007ab29 ece7e11b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
                }