removed code without an effect
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Aug 2004 13:58:40 +0000 (13:58 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Aug 2004 13:58:40 +0000 (13:58 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1656 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/xidopt2xid.c

index 26e8077..80a51e5 100644 (file)
@@ -46,10 +46,8 @@ vc_xidopt2xid(char const *str, bool honor_static, char const **err_info)
 
     if (endptr!=str && (*endptr=='\0' || *endptr=='\n'))
       res = xid;
-    else {
-      err = "getVserverXid()";
+    else
       res = getVserverXid(str, honor_static, &err);
-    }
   }
 
   if (res==VC_NOCTX && err_info) *err_info = err;