BUG 2429 - not releasing dead connection threads
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / connection / ConnectionManagerImpl.java
index 2bab423bed457fedb2e74513eb1d6505eba98a5d..4f8de11aa4f952223345faab53ca790c9d145b0d 100644 (file)
@@ -69,7 +69,7 @@ public class ConnectionManagerImpl implements ConnectionManager {
                 new OpenflowProtocolListenerInitialImpl(connectionContext, handshakeContext);
         connectionAdapter.setMessageListener(ofMessageListener);
 
-        final SystemNotificationsListener systemListener = new SystemNotificationsListenerImpl(connectionContext);
+        final SystemNotificationsListener systemListener = new SystemNotificationsListenerImpl(connectionContext, handshakeContext);
         connectionAdapter.setSystemListener(systemListener);
 
         LOG.trace("connection ballet finished");