summaryrefslogtreecommitdiffstats
path: root/runtime/srutils.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-01-09 16:01:32 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-01-09 16:01:32 +0100
commit2791bd82f5305c4b514ebf50e97de686961d9dd1 (patch)
treed8193715d8a2f4c6f8132bc85ff5790aefe1c386 /runtime/srutils.c
parentae4f1c56d9497236023e7be8f2d1d8050aa41068 (diff)
parent8a344f0ba6938591dc91a5fc2218eaa89c6fecd6 (diff)
downloadrsyslog-2791bd82f5305c4b514ebf50e97de686961d9dd1.tar.gz
rsyslog-2791bd82f5305c4b514ebf50e97de686961d9dd1.tar.bz2
rsyslog-2791bd82f5305c4b514ebf50e97de686961d9dd1.zip
Merge branch 'v7-stable'
Conflicts: ChangeLog
Diffstat (limited to 'runtime/srutils.c')
-rw-r--r--runtime/srutils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/srutils.c b/runtime/srutils.c
index bc753dbf..7b485b23 100644
--- a/runtime/srutils.c
+++ b/runtime/srutils.c
@@ -92,6 +92,9 @@ syslogName_t syslogFacNames[] = {
#if defined(LOG_FTP)
{"ftp", LOG_FTP},
#endif
+#if defined(LOG_AUDIT)
+ {"audit", LOG_AUDIT},
+#endif
{"local0", LOG_LOCAL0},
{"local1", LOG_LOCAL1},
{"local2", LOG_LOCAL2},