Skip to content
Snippets Groups Projects
Commit f5c5500f authored by abat's avatar abat
Browse files

Merge into master from pull request #93:

Remove a character because of compilation warning (https://github.com/floodlight/floodlight/pull/93)
parents 1e5a6ea5 ec02ea7f
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe
if (na != null) {
delFromIpv4AddressDeviceMap(nwAddr, d);
dCopy.removeNetworkAddress(na);
// Always update
// Always update
updateMaps(dCopy, new Date(0));
removeNetworkAddressFromStorage(d.getDlAddrString(), na);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment