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

Commit c5f089e6 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "IpSecService: Actually throw exception"

am: 3eff2644

Change-Id: I415b249d564c5ffdd2d9381b53a31dd6f6c18eab
parents f0efa2c8 3eff2644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ public class IpSecService extends IIpSecService.Stub {
        public void setOwnedByTransform() {
            if (mOwnedByTransform) {
                // Programming error
                new IllegalStateException("Cannot own an SPI twice!");
                throw new IllegalStateException("Cannot own an SPI twice!");
            }

            mOwnedByTransform = true;