X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vserver-start%2Fmain.c;h=634a7349048b0df8bd6baddc7c02e5c408fa99ab;hb=e73af524ef22868d4980ae13430c205798603c41;hp=953daf2ecfc3a7492eccd92e659008a45ae50980;hpb=a6be71d3e49f0f633705ba5e4e08cc1cac811344;p=util-vserver.git diff --git a/vserver-start/main.c b/vserver-start/main.c index 953daf2..634a734 100644 --- a/vserver-start/main.c +++ b/vserver-start/main.c @@ -115,7 +115,7 @@ checkConstraints() struct vc_vx_info info; xid = vc_getVserverCtx(opts.VSERVER_DIR, vcCFG_RECENT_FULL, - true, &is_running); + true, &is_running, vcCTX_XID); if (xid!=VC_NOCTX && vc_get_vx_info(xid, &info)!=-1) { WRITE_MSG(2, "vserver.start: vserver '");