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, 2 insertions, 2 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index c8bbff3fb..7d97842df 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -1062,12 +1062,12 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
1062 1062
1063 return 0; 1063 return 0;
1064 } 1064 }
1065 1065
1066 if (strncmp(ptr, "timeout ", 8) == 0) { 1066 if (strncmp(ptr, "timeout ", 8) == 0) {
1067 cfg.timeout = extract_timeout(ptr +8); 1067 cfg.timeout = extract_timeout(ptr +8);
1068 return 0; 1068 return 0;
1069 } 1069 }
1070 1070
1071 if (strncmp(ptr, "join-or-start ", 14) == 0) { 1071 if (strncmp(ptr, "join-or-start ", 14) == 0) {
1072 // try to join by name only 1072 // try to join by name only
1073 pid_t pid; 1073 pid_t pid;