Fixed minor breakage due to code cleanup.

This commit is contained in:
Bob Lantz
2010-05-07 01:15:41 -07:00
parent e3f6ecca97
commit c26875cb55
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ class Mininet( object ):
pass
info( '*** Adding controller\n' )
self.addController( self.controller )
self.addController( 'c0' )
info( '*** Creating network\n' )
info( '*** Adding hosts:\n' )
for hostId in sorted( topo.hosts() ):