From 0324d83719f5a612ab3da8b468d15793159d25cb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 3 Apr 2016 09:07:31 -0400 Subject: compile fixes --- src/firejail/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/ls.c b/src/firejail/ls.c index 983927cf1..6bfa51afc 100644 --- a/src/firejail/ls.c +++ b/src/firejail/ls.c @@ -341,7 +341,7 @@ void sandboxfs(int op, pid_t pid, const char *path) { } // wait for the child to finish - int status = NULL; + int status = 0; waitpid(child, &status, 0); if (WIFEXITED(status) && WEXITSTATUS(status) == 0); else -- cgit v1.2.3-54-g00ecf