Project

General

Profile

Bug #1204 ยป output-json-bug1204.patch

Zach Rasmor, 04/22/2015 09:09 AM

View differences:

output-json-bug1204.c 2015-04-22 13:55:35.165179704 +0000
exit(EXIT_FAILURE);
}
}
} else if (json_out == ALERT_SYSLOG) {
} else if (json_ctx->json_out == ALERT_SYSLOG) {
const char *facility_s = ConfNodeLookupChildValue(conf, "facility");
if (facility_s == NULL) {
facility_s = DEFAULT_ALERT_SYSLOG_FACILITY_STR;
    (1-1/1)