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

Commit 97e7afe8 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Make failure to set addrgenmode a non-fatal error."

am: 9c170157

Change-Id: Ia4074f720ce0db69c86cd58ddc574d595cfceeee
parents 03e304e4 9c170157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1064,7 +1064,7 @@ public class IpManager extends StateMachine {
            mNwService.setIPv6AddrGenMode(mInterfaceName, mConfiguration.mIPv6AddrGenMode);
        } catch (ServiceSpecificException e) {
            if (e.errorCode != OsConstants.EOPNOTSUPP) {
                throw e;
                logError("Unable to set IPv6 addrgen mode: %s", e);
            }
        }
    }