WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-3.0.4-testing] Minor tidyup.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1166399948 0
# Node ID c700f2346f9c7f3b436d102af37570bf8b7c9a95
# Parent  ab232025ae2969a0a5222d4282ed1c8b4fa3fe6e
Minor tidyup.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/server/netif.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r ab232025ae29 -r c700f2346f9c tools/python/xen/xend/server/netif.py
--- a/tools/python/xen/xend/server/netif.py     Sun Dec 17 18:24:40 2006 +0000
+++ b/tools/python/xen/xend/server/netif.py     Sun Dec 17 23:59:08 2006 +0000
@@ -140,7 +140,7 @@ class NetifController(DevController):
 
         script = os.path.join(xroot.network_script_dir,
                               config.get('script', xroot.get_vif_script()))
-        typ = config.get('type')
+        typ     = config.get('type')
         bridge  = config.get('bridge')
         mac     = config.get('mac')
         vifname = config.get('vifname')

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.0.4-testing] Minor tidyup., Xen patchbot-3.0.4-testing <=