X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_ctxcreate-v21.hc;h=3fb2f568f80b7fb058c78e1149da48f6ff5d27c5;hb=33aeea2e3003388655c554b74e7c5a73cb746d9e;hp=20e74623be7fe6068a61cc88e5528cbec06b121e;hpb=63083b4ea0b6bba6c354c6df0ee745b21307b7da;p=util-vserver.git diff --git a/lib/syscall_ctxcreate-v21.hc b/lib/syscall_ctxcreate-v21.hc index 20e7462..3fb2f56 100644 --- a/lib/syscall_ctxcreate-v21.hc +++ b/lib/syscall_ctxcreate-v21.hc @@ -33,7 +33,7 @@ vc_ctx_create_v21(xid_t xid, struct vc_ctx_flags *flags) if (flags) data.flagword = flags->flagword & flags->mask; - res = vserver(VCMD_ctx_create, CTX_USER2KERNEL(xid), &data); + res = vserver(VCMD_ctx_create_v1, CTX_USER2KERNEL(xid), &data); res = CTX_KERNEL2USER(res); if (res != VC_NOCTX) {