aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_home.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs_home.c')
-rw-r--r--src/firejail/fs_home.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_home.c b/src/firejail/fs_home.c
index bd3c404e9..75cc3e732 100644
--- a/src/firejail/fs_home.c
+++ b/src/firejail/fs_home.c
@@ -641,7 +641,7 @@ void fs_private_home_list(void) {
641 641
642 fs_logger_print(); // save the current log 642 fs_logger_print(); // save the current log
643 free(dlist); 643 free(dlist);
644 exit(0); 644 _exit(0);
645 } 645 }
646 // wait for the child to finish 646 // wait for the child to finish
647 waitpid(child, NULL, 0); 647 waitpid(child, NULL, 0);