set_namespace has alraedy been called onthe default spaces.
[util-vserver-pl.git] / src / planetlab.c
index 689ced4..61cb31a 100644 (file)
@@ -100,7 +100,7 @@ process:
   unshare_mask = get_space_flag(ctx);
   if (unshare_mask != 0) {
       sys_unshare(unshare_mask);
-      vc_set_namespace(ctx, unshare_mask | vc_get_space_mask());
+      vc_set_namespace(ctx, unshare_mask);
   }
 
   /* Set capabilities - these don't take effect until SETUP flag is unset */