Don't stop data network controllers twice.

This commit is contained in:
Bob Lantz
2013-07-09 14:34:37 -07:00
parent e2eb95a29f
commit 679a3f1915
+2
View File
@@ -107,6 +107,8 @@ info( '* Stopping Data Network\n' )
net.stop()
info( '* Stopping Control Network\n' )
# dataControllers have already been stopped
cnet.hosts = list( set( cnet.hosts ) - set( dataControllers ) )
cnet.stop()