use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / 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;