omfwd: remove invalid error message

The config plumbing itself provides an error message. The one given here
was also totally wrong ;-)

Thanks to Frank Bicknell for spotting this message and making me alert.
This commit is contained in:
Rainer Gerhards 2018-09-04 12:33:52 +02:00
parent 3b301f6f4b
commit 0ce02e4a71
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -1139,8 +1139,6 @@ CODESTARTnewActInst
pvals = nvlstGetParams(lst, &actpblk, NULL);
if(pvals == NULL) {
LogError(0, RS_RET_MISSING_CNFPARAMS, "omfwd: either the \"file\" or "
"\"dynafile\" parameter must be given");
ABORT_FINALIZE(RS_RET_MISSING_CNFPARAMS);
}