fixed last commit

This commit is contained in:
Cody Burkard
2014-07-10 11:07:50 -07:00
parent 3a52ad2f53
commit 5a9c74be03
+1 -1
View File
@@ -432,7 +432,7 @@ class Mininet( object ):
switch.start( self.controllers )
info( '\n' )
if self.waitConn:
self.waitConnected( )
self.waitConnected()
def stop( self ):
"Stop the controller(s), switches and hosts"