Add new 0x00020303 API, using pid namespaces.
[util-vserver.git] / lib / syscall_ctxcreate-v21.hc
index 20e7462..3fb2f56 100644 (file)
@@ -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) {