contd...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 6 Oct 2008 23:19:20 +0000 (23:19 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 6 Oct 2008 23:19:20 +0000 (23:19 +0000)
src/planetlab.c

index 69f2228..5d0199e 100644 (file)
@@ -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);
   }