From d71e603ba2a8c65fd47101a8b02de3ebc3f44070 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 19 Aug 2004 13:58:40 +0000 Subject: [PATCH] removed code without an effect git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1656 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/xidopt2xid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util-vserver/lib/xidopt2xid.c b/util-vserver/lib/xidopt2xid.c index 26e8077..80a51e5 100644 --- a/util-vserver/lib/xidopt2xid.c +++ b/util-vserver/lib/xidopt2xid.c @@ -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; -- 1.8.1.5