Setting dispatcher to null to pre-empt potential for duplicate

invocations of showdownNow method.

Change-Id: I492e18a38979fa8772039b0e0bac32d6146a2041
This commit is contained in:
Thomas Vachuska 2018-01-03 09:04:47 -08:00 committed by Ray Milkey
parent 71026b2d0a
commit d75684aa58

View File

@ -1267,6 +1267,7 @@ class OFChannelHandler extends ChannelInboundHandlerAdapter
if (dispatcher != null) {
dispatcher.shutdownNow();
dispatcher = null;
}
if (thisdpid != 0) {