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

Commit 17bed15f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the incorrect behaviour when receiving a mismatched renew lease."...

Merge "Fix the incorrect behaviour when receiving a mismatched renew lease." into rvc-dev am: bb771b1f

Change-Id: Ib27b02d393a2efd5b9b2e045f8ec3190d0e4f28d
parents cf58a10d bb771b1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1723,6 +1723,7 @@ public class DhcpClient extends StateMachine {
                        Log.d(TAG, "Renewed lease not for our current IP address!");
                        Log.d(TAG, "Renewed lease not for our current IP address!");
                        notifyFailure();
                        notifyFailure();
                        transitionTo(mDhcpInitState);
                        transitionTo(mDhcpInitState);
                        return;
                    }
                    }
                    setDhcpLeaseExpiry(packet);
                    setDhcpLeaseExpiry(packet);
                    // Updating our notion of DhcpResults here only causes the
                    // Updating our notion of DhcpResults here only causes the