From a62c3cce0b26881bdcc7eb5c592ad27926f6e9a4 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 6 Oct 2008 23:19:20 +0000 Subject: [PATCH] contd... --- src/planetlab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0