PCEP sucessfull connection now implemented. Fixed minor bug in parsing.
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPSessionImpl.java
index d45f3f0bb29f56eea386b71b41b2ab7fe85ab17a..a2bf6a5d5b224c8b0b3096a222535cb5896584b7 100644 (file)
@@ -150,7 +150,7 @@ class BGPSessionImpl implements BGPSession, ProtocolSession {
                this.ctx = ctx;
                this.checker = connection.getProposalChecker();
                this.sync = new BGPSynchronization(this.listener);
-               this.handler = new ProtocolSessionOutboundHandler(this);
+               this.handler = new ProtocolSessionOutboundHandler();
        }
 
        @Override