unified2: not supported message if configured

pull/4605/head
Jason Ish 6 years ago committed by Victor Julien
parent d86973b386
commit 13635dba57

@ -760,6 +760,10 @@ void RunModeInitializeOutputs(void)
"(see https://redmine.openinfosecfoundation.org/issues/353" "(see https://redmine.openinfosecfoundation.org/issues/353"
" for an explanation)"); " for an explanation)");
continue; continue;
} else if (strncmp(output->val, "unified2-", sizeof("unified2-") - 1) == 0) {
SCLogWarning(SC_ERR_NOT_SUPPORTED,
"Unified2 is no longer supported.");
continue;
} else if (strcmp(output->val, "alert-prelude") == 0) { } else if (strcmp(output->val, "alert-prelude") == 0) {
#ifndef PRELUDE #ifndef PRELUDE
SCLogWarning(SC_ERR_NOT_SUPPORTED, SCLogWarning(SC_ERR_NOT_SUPPORTED,

Loading…
Cancel
Save