From: Lukas Sismis Date: Tue, 22 Nov 2022 22:51:45 +0000 (+0100) Subject: runmodes: remove misleading commment X-Git-Tag: suricata-7.0.0-rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958f94276ab8e3503f223b7d626517aab068c7ed;p=thirdparty%2Fsuricata.git runmodes: remove misleading commment --- 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;