X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fvcontext.c;h=683963fb5ea1639a075f38e708ed46cc42e206c0;hb=426a0d3a38995dc25a839aaa56d8642e6bdcbba5;hp=78dc1b65cbf5fa5f09d9293b0c4051b2d09d5456;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/src/vcontext.c b/src/vcontext.c index 78dc1b6..683963f 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -1,4 +1,4 @@ -// $Id: vcontext.c 2415 2006-12-08 13:24:49Z dhozac $ --*- c -*-- +// $Id: vcontext.c 2501 2007-02-20 17:33:35Z dhozac $ --*- c -*-- // Copyright (C) 2004-2006 Enrico Scholz // @@ -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;