Remove debugging code

This commit is contained in:
Jagger 2016-02-28 02:15:36 +01:00
parent ad4b0105a7
commit 1cfe9d470a

View File

@ -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) {