runmodes: remove misleading commment

pull/8430/head
Lukas Sismis 4 years ago committed by Victor Julien
parent e2a5bc7961
commit 958f94276a

@ -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;

Loading…
Cancel
Save