X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvcontext.c;h=7f1a8099090759f1b6283a6234448430f1d49d95;hb=960f73aa0c72c5b725e7183dd4aa558d8c83dcd8;hp=0557a30f61560c73d4f7043387f338127ee37c99;hpb=60eb97440f168c25135c63ef3ce06cf6c0babdda;p=util-vserver.git diff --git a/src/vcontext.c b/src/vcontext.c index 0557a30..7f1a809 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -259,10 +259,10 @@ doit(struct Arguments const *args, int argc, char *argv[]) switch (errno) { case EEXIST : if (!args->is_silentexist) - perror(ENSC_WRAPPERS_PREFIX "vc_create_context()"); + perror(ENSC_WRAPPERS_PREFIX "vc_ctx_create()"); return 254; default : - perror(ENSC_WRAPPERS_PREFIX "vc_create_context()"); + perror(ENSC_WRAPPERS_PREFIX "vc_ctx_create()"); return wrapper_exit_code; } } @@ -282,7 +282,7 @@ doit(struct Arguments const *args, int argc, char *argv[]) setFlags(args, xid); if (args->do_migrate && !args->do_migrateself) - Evc_ctx_migrate(xid); + Evc_ctx_migrate(xid, 0); if (args->uid != NULL) { uid_t uid = 0;