aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/profile.c')
-rw-r--r--src/firejail/profile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index de89cf40f..6ac7cbe62 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -93,7 +93,9 @@ int profile_check_line(char *ptr, int lineno) {
93 exit(1); 93 exit(1);
94 } 94 }
95 // ... and configure it 95 // ... and configure it
96 cfg.profile_ignore[j] = str; 96 else
97 cfg.profile_ignore[j] = str;
98
97 return 0; 99 return 0;
98 } 100 }
99 101