Satish K
Committed by Gerrit Code Review

Inconsistent synchronization fix for HostMonitor.timeout

Change-Id: I8b6975c65dadba93bccd951ebc309e379c5d7be1
......@@ -168,8 +168,10 @@ public class HostMonitor implements TimerTask {
}
}
synchronized (this) {
this.timeout = Timer.getTimer().newTimeout(this, probeRate, TimeUnit.MILLISECONDS);
}
}
/**
* Sends an ARP or NDP request for the given IP address.
......