am 8623d854: am 75258ebb: Merge "Fix a logic error so mtu works." into lmp-dev
* commit '8623d854f1c9cd1ce4c4f1b706b79627c84f374d': Fix a logic error so mtu works.
This commit is contained in:
@@ -1534,7 +1534,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
return;
|
||||
}
|
||||
|
||||
if (LinkProperties.isValidMtu(mtu, newLp.hasGlobalIPv6Address())) {
|
||||
if (LinkProperties.isValidMtu(mtu, newLp.hasGlobalIPv6Address()) == false) {
|
||||
loge("Unexpected mtu value: " + mtu + ", " + iface);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user