aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_whitelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs_whitelist.c')
-rw-r--r--src/firejail/fs_whitelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_whitelist.c b/src/firejail/fs_whitelist.c
index 7928aaf3d..da796f60f 100644
--- a/src/firejail/fs_whitelist.c
+++ b/src/firejail/fs_whitelist.c
@@ -275,7 +275,7 @@ static void whitelist_path(ProfileEntry *entry) {
275 } 275 }
276 276
277 // check if the file exists 277 // check if the file exists
278 assert(wfile); 278 assert(wfile);
279 struct stat s; 279 struct stat s;
280 if (stat(wfile, &s) == 0) { 280 if (stat(wfile, &s) == 0) {
281 if (arg_debug || arg_debug_whitelists) 281 if (arg_debug || arg_debug_whitelists)