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/pmrfc3164.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pmrfc3164.c') diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c index 5dfa74f0..b2df4380 100644 --- a/tools/pmrfc3164.c +++ b/tools/pmrfc3164.c @@ -84,7 +84,7 @@ CODESTARTparse assert(pMsg->pszRawMsg != NULL); lenMsg = pMsg->iLenRawMsg - pMsg->offAfterPRI; /* note: offAfterPRI is already the number of PRI chars (do not add one!) */ p2parse = pMsg->pszRawMsg + pMsg->offAfterPRI; /* point to start of text, after PRI */ - setProtocolVersion(pMsg, 0); + setProtocolVersion(pMsg, MSG_LEGACY_PROTOCOL); /* Check to see if msg contains a timestamp. We start by assuming * that the message timestamp is the time of reception (which we -- cgit v1.2.3