Skip to content
Snippets Groups Projects
Commit 2de7b112 authored by Ryan Izard's avatar Ryan Izard
Browse files

switchDisconnected() already called when the main connection is closed (so it...

switchDisconnected() already called when the main connection is closed (so it wasn't a bug after all).
parent 77fea4db
No related branches found
No related tags found
No related merge requests found
......@@ -774,7 +774,6 @@ public class OFSwitch implements IOFSwitchBackend {
log.debug("~~~~~~~SWITCH DISCONNECTED~~~~~~");
// Remove all counters from the store
connected = false;
switchManager.switchDisconnected(this); //TODO @Ryan Possible bug? I think this should be here to make sure the manager knows too if a module manually disconnects a switch...
}
@Override
......
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