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

Merge into master from pull request #204:

Fix Device Manager entity handling code [BSC-2046] (https://github.com/floodlight/floodlight/pull/204)
parents 78f3431f a548fccb
No related branches found
No related tags found
No related merge requests found
......@@ -527,8 +527,8 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
if (srcEntity == null)
return Command.STOP;
// Learn/lookup device information
Device srcDevice = learnDeviceByEntity(srcEntity);
// Find the device by source entity
Device srcDevice = findDeviceByEntity(srcEntity);
if (srcDevice == null)
return Command.STOP;
......
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