mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-06 04:36:17 +02:00
Setting dispatcher to null to pre-empt potential for duplicate
invocations of showdownNow method. Change-Id: I492e18a38979fa8772039b0e0bac32d6146a2041
This commit is contained in:
parent
71026b2d0a
commit
d75684aa58
@ -1267,6 +1267,7 @@ class OFChannelHandler extends ChannelInboundHandlerAdapter
|
||||
|
||||
if (dispatcher != null) {
|
||||
dispatcher.shutdownNow();
|
||||
dispatcher = null;
|
||||
}
|
||||
|
||||
if (thisdpid != 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user