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

Commit 9c170157 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c895fcef 00886760
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);
            }
        }
    }