From: Sapan Bhatia Date: Mon, 6 Oct 2008 23:19:20 +0000 (+0000) Subject: contd... X-Git-Tag: util-vserver-pl-0.3-15~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a62c3cce0b26881bdcc7eb5c592ad27926f6e9a4;p=util-vserver-pl.git contd... --- diff --git a/src/planetlab.c b/src/planetlab.c index 69f2228..5d0199e 100644 --- a/src/planetlab.c +++ b/src/planetlab.c @@ -101,7 +101,7 @@ process: /* Unshare the net namespace if the slice if requested in the local slice configuration */ unshare_mask = get_space_flag(ctx); if (unshare_mask != 0) { - sys_unshare(unshare_mask); + unshare(unshare_mask); vc_set_namespace(ctx, unshare_mask); }