summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-06 17:43:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-06 17:43:01 +0200
commitc8ee85614bb78c590deb9ac4a1904d124d06bef5 (patch)
treea1e38ebf13b3c984e3635913e30ad02d1067c21d
parent80ff634c841d692c1d9f335b88e225d6ce7317f7 (diff)
downloadrsyslog-c8ee85614bb78c590deb9ac4a1904d124d06bef5.tar.gz
rsyslog-c8ee85614bb78c590deb9ac4a1904d124d06bef5.tar.xz
rsyslog-c8ee85614bb78c590deb9ac4a1904d124d06bef5.zip
solving an error ID collision with v5 build
-rw-r--r--runtime/rsyslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 04a57e43..8917d12b 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -377,7 +377,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_OPEN_KLOG = -2145, /**< error opening the kernel log socket (primarily solaris) */
RS_RET_ERR_AQ_CONLOG = -2146, /**< error aquiring console log (on solaris) */
RS_RET_ERR_DOOR = -2147, /**< some problems with handling the Solaris door functionality */
- RS_RET_NO_SOCK_CONFIGURED = -2148, /**< no socket (name) was configured where one is required */
+ RS_RET_NO_SOCK_CONFIGURED = -2166, /**< no socket (name) was configured where one is required */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */