From 958f94276ab8e3503f223b7d626517aab068c7ed Mon Sep 17 00:00:00 2001 From: Lukas Sismis Date: Tue, 22 Nov 2022 23:51:45 +0100 Subject: [PATCH] runmodes: remove misleading commment --- src/runmodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runmodes.c b/src/runmodes.c index 36617fff00..ce0baf6329 100644 --- a/src/runmodes.c +++ b/src/runmodes.c @@ -381,7 +381,7 @@ static const char *RunModeGetConfOrDefault(int capture_mode, const char *capture default: return NULL; } - } else { /* if (custom_mode == NULL) */ + } else { /* Add compability with old 'worker' name */ if (!strcmp("worker", custom_mode)) { char *local_custom_mode = NULL;