From 8a04b69478118219b0456b1b212e895dceedc36f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 6 Jan 2008 16:32:34 +0000 Subject: adjusted to recent IETF developments --- msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msg.h') diff --git a/msg.h b/msg.h index 7b2d2d43..aa7b16be 100644 --- a/msg.h +++ b/msg.h @@ -65,7 +65,7 @@ struct msg { int iLenSeverity; /* ... and its length. */ uchar *pszSeverityStr; /* severity name... */ int iLenSeverityStr; /* ... and its length. */ - int iFacility; /* Facility code (up to 2^32-1) */ + short iFacility; /* Facility code 0 .. 23*/ uchar *pszFacility; /* Facility as string... */ int iLenFacility; /* ... and its length. */ uchar *pszFacilityStr; /* facility name... */ -- cgit