| commit | cb500dc2b5def5773d693e88aa432e5f2ba5a585 | [log] [tgz] |
|---|---|---|
| author | William A. Kennington III <wak@google.com> | Mon Dec 03 15:32:12 2018 -0800 |
| committer | Ratan Gupta <ratagupt@linux.vnet.ibm.com> | Thu Dec 06 18:28:19 2018 +0000 |
| tree | a1ee72db8236bcf4e6aedfa8e278b9e9ee4dd0b6 | |
| parent | 9a85a2c11002f8d62c596d22228bed2d4f81e787 [diff] |
rtnetlink: Remove redundtant hasExpired() check
We don't need to check if the timer is expired and enabled because the
timer will never be expired if it is enabled.
Tested:
Built and networkd still receives link state transitions and
populates the discovered ip addresses correctly.
Change-Id: I066842af9046190541f868d25319016f34012de3
Signed-off-by: William A. Kennington III <wak@google.com>