Remove debugging code
authorJagger <robert@swiecki.net>
Sun, 28 Feb 2016 01:15:36 +0000 (02:15 +0100)
committerJagger <robert@swiecki.net>
Sun, 28 Feb 2016 01:15:36 +0000 (02:15 +0100)
contain.c

index e5a6501255d5f1abb59c4725a6ab3e3d357303dd..82bd88d2b1dfb269f7e3022c3f9d43a359d8f44c 100644 (file)
--- a/contain.c
+++ b/contain.c
@@ -68,9 +68,6 @@ static bool containUidGidMap(struct nsjconf_t *nsjconf)
                return true;
        }
 
-       sleep(10);
-       return true;
-
        int fd;
        char map[64];
        if ((fd = open("/proc/self/uid_map", O_WRONLY | O_CLOEXEC)) == -1) {