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

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

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

Merge commit 'c74d3917'

* commit 'c74d3917':
  SipService: fix a missing switch-case break.
parents bc931eaf c74d3917
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();
                }