summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-11-29 07:22:48 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-11-29 07:22:48 +0100
commitf0ddbed44c332391ae6d9bbf6b07e2f06c4dd676 (patch)
treeb6d2ba495ba6e6843ac1cd6be6f858783d2019d8 /runtime/rsyslog.h
parentae5902a24483102840ad6c3d6ee3cb5d6e8df791 (diff)
downloadrsyslog-f0ddbed44c332391ae6d9bbf6b07e2f06c4dd676.tar.gz
rsyslog-f0ddbed44c332391ae6d9bbf6b07e2f06c4dd676.tar.xz
rsyslog-f0ddbed44c332391ae6d9bbf6b07e2f06c4dd676.zip
security bugfix: $AllowedSender was not honored,
...all senders were permitted instead
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 7927af3a..06ffae86 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -248,6 +248,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CERTLESS = -2102, /**< state: we run without machine cert (this may be OK) */
RS_RET_QUEUE_FULL = -2103, /**< queue is full, operation could not be completed */
RS_RET_ACCEPT_ERR = -2104, /**< error during accept() system call */
+ RS_RET_CODE_ERR = -2109, /**< program code (internal) error */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */