remove extra chcontext
authorsmbaker <smbaker@fc8clean.lan>
Wed, 5 Dec 2012 05:57:20 +0000 (21:57 -0800)
committersmbaker <smbaker@fc8clean.lan>
Wed, 5 Dec 2012 05:57:20 +0000 (21:57 -0800)
tools.py

index 8b4e23c..059b282 100644 (file)
--- a/tools.py
+++ b/tools.py
@@ -252,7 +252,6 @@ def get_sliver_ifconfig(slice_name, device="eth0"):
         return None
 
     path = '/proc/%s/ns/net'%pid
-    r3 = setns.chcontext(path)
 
     result = None
     try: