X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcheckconfig.c;h=0e073e1e0eb1595e7bcadb7325c5aa3684c86f79;hb=4d83b16873c3833729374cf45163f0d5bc00aa76;hp=8c3f696180a0d6a0ebe59256dbe0cd1197c299d4;hpb=60eb97440f168c25135c63ef3ce06cf6c0babdda;p=util-vserver.git diff --git a/lib/checkconfig.c b/lib/checkconfig.c index 8c3f696..0e073e1 100644 --- a/lib/checkconfig.c +++ b/lib/checkconfig.c @@ -34,7 +34,7 @@ utilvserver_checkCompatConfig() if (res==0) { res = vc_get_vci(); v_errno = errno; - if (res==(uint32_t)-1 && (errno==ENOSYS || errno==EINVAL)) res=0; + if (res==(uint32_t)-1) res=0; } errno = v_errno;