X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_ctxmigrate-v13.hc;h=ddf4fa9e27b5bfdd9527680515c50e5aa704d589;hb=HEAD;hp=bc18a194f393945ed6556f71f8ee24722ed7e815;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/lib/syscall_ctxmigrate-v13.hc b/lib/syscall_ctxmigrate-v13.hc index bc18a19..ddf4fa9 100644 --- a/lib/syscall_ctxmigrate-v13.hc +++ b/lib/syscall_ctxmigrate-v13.hc @@ -23,5 +23,5 @@ static inline ALWAYSINLINE int vc_ctx_migrate_v13(xid_t xid) { - return vserver(VCMD_ctx_migrate, CTX_USER2KERNEL(xid), 0); + return vserver(VCMD_ctx_migrate_v0, CTX_USER2KERNEL(xid), NULL); }