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

Commit b33fdcf5 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

Change-Id: I9d5b81d6f62b6d8ff7561d908c6d61b4a21c7419
parents 2b9ebbe0 d7c03572
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;