From 2d616c409711f0df968bd894ec7f8c0545257214 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 23 Sep 2013 12:17:53 +0200 Subject: consistently use new message protocol type #define's --- tools/pmrfc5424.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pmrfc5424.c') diff --git a/tools/pmrfc5424.c b/tools/pmrfc5424.c index 9b5c6165..8e9510f3 100644 --- a/tools/pmrfc5424.c +++ b/tools/pmrfc5424.c @@ -227,7 +227,7 @@ CODESTARTparse ABORT_FINALIZE(RS_RET_COULD_NOT_PARSE); } DBGPRINTF("Message has RFC5424/syslog-protocol format.\n"); - setProtocolVersion(pMsg, 1); + setProtocolVersion(pMsg, MSG_RFC5424_PROTOCOL); p2parse += 2; lenMsg -= 2; -- cgit v1.2.3