From: Sapan Bhatia Date: Tue, 14 Oct 2008 17:11:05 +0000 (+0000) Subject: Typos... X-Git-Tag: util-vserver-pl-0.3-15~6 X-Git-Url: http://git.onelab.eu/?p=util-vserver-pl.git;a=commitdiff_plain;h=994f1ce788c942848aa66de783adb0ae736f154f Typos... --- diff --git a/src/planetlab.c b/src/planetlab.c index 447c858..92042fb 100644 --- a/src/planetlab.c +++ b/src/planetlab.c @@ -99,7 +99,7 @@ process: if (unshare_flags != 0) { unshare(unshare_flags); - unshare_flags |= vc_space_mask(); + unshare_flags |= vc_get_space_mask(); vc_set_namespace(ctx, unshare_flags); } @@ -196,7 +196,7 @@ pl_chcontext(xid_t ctx, uint64_t bcaps, const struct sliver_resources *slr) /* Unshare the net namespace if the slice if requested in the local slice configuration */ unshare_flags = get_space_flag(ctx); if (unshare_flags != 0) { - unshare|=vc_space_flags(); + unshare_flags |=vc_get_space_mask(); vc_enter_namespace(ctx, unshare_flags); }