am 8df154b1: am 8623d854: am 75258ebb: Merge "Fix a logic error so mtu works." into lmp-dev
* commit '8df154b134e0a04fa93cacbbfd3811cde34d8803': 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