From: Enrico Scholz Date: Thu, 19 Aug 2004 13:58:40 +0000 (+0000) Subject: removed code without an effect X-Git-Tag: IPSENTINEL_VERSION_0_12~336 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71e603ba2a8c65fd47101a8b02de3ebc3f44070;p=util-vserver.git removed code without an effect git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1656 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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;