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

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

Merge "IpSecService: Actually throw exception" am: 3eff2644 am: c5f089e6 am: d7c03572

am: b33fdcf5

Change-Id: Ic3440c4f933725be28d5cd2b86bebc2950206f63
parents 071072f3 b33fdcf5
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;