summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--msg.h2
1 files changed, 1 insertions, 1 deletions
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... */