diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-09 17:54:25 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-09 17:54:25 +0100 |
commit | ea1bceb8cc849fbd8423ffe12a8e156611bc531f (patch) | |
tree | 434da3af857c88645029f7bd1ee7b7c00b8e0b1c /runtime/srutils.c | |
parent | dcf3e763194fce727ac3050bf6d2adbeef983530 (diff) | |
parent | b6249c44616cd828c2d53506109b50afd2e61839 (diff) | |
download | rsyslog-ea1bceb8cc849fbd8423ffe12a8e156611bc531f.tar.gz rsyslog-ea1bceb8cc849fbd8423ffe12a8e156611bc531f.tar.bz2 rsyslog-ea1bceb8cc849fbd8423ffe12a8e156611bc531f.zip |
Merge branch 'v7-stable' into v7-stable-libnet-frag
Conflicts:
ChangeLog
Diffstat (limited to 'runtime/srutils.c')
-rw-r--r-- | runtime/srutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/srutils.c b/runtime/srutils.c index f420c0f7..4ce6196a 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}, |