bitkeeper revision 1.955.1.1 (40c9cf3fKColt7CnfYsnIOunlJfkKA)
authormaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>
Fri, 11 Jun 2004 15:26:55 +0000 (15:26 +0000)
committermaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>
Fri, 11 Jun 2004 15:26:55 +0000 (15:26 +0000)
Tweak.

tools/xend/lib/main.py

index 08a51a9cb11aff2f2a538040b7794831cf06b824..0eecd17a05427259af429db810f33b5e005b1336 100755 (executable)
@@ -73,12 +73,10 @@ def daemon_loop():
     # back-ends should use the DOM0 control interface).
     dom0_port = xend.utils.port(0)
     xend.netif.be_port = dom0_port
-    xend.blkif_be_port = dom0_port
+    xend.blkif.be_port = dom0_port
     notifier.bind(dom0_port.local_port)
     port_list[dom0_port.local_port] = dom0_port
 
-    xend.netif.be_port = dom0_port
-
     ##
     ## MAIN LOOP
     ##