summaryrefslogtreecommitdiffstats
path: root/runtime/errmsg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-02 11:56:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-02 11:56:54 +0200
commitaeef9bbe727d80c5882cc0a883b8dfd5df461f10 (patch)
tree292836490a6c886b7c0054a55bc41e5b0f937404 /runtime/errmsg.c
parentba35cbbfe3002e200e4561d93c234805d9a8d760 (diff)
downloadrsyslog-aeef9bbe727d80c5882cc0a883b8dfd5df461f10.tar.gz
rsyslog-aeef9bbe727d80c5882cc0a883b8dfd5df461f10.tar.xz
rsyslog-aeef9bbe727d80c5882cc0a883b8dfd5df461f10.zip
bugfix: machine certificate was required for client even in TLS anon mode
Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85 The fix also slightly improves performance by not storing certificates in client sessions when there is no need to do so.
Diffstat (limited to 'runtime/errmsg.c')
-rw-r--r--runtime/errmsg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/errmsg.c b/runtime/errmsg.c
index dc09fc03..3c3ee02c 100644
--- a/runtime/errmsg.c
+++ b/runtime/errmsg.c
@@ -98,7 +98,6 @@ LogError(int iErrno, int iErrCode, char *fmt, ... )
msg[sizeof(msg)/sizeof(char) - 1] = '\0'; /* just to be on the safe side... */
errno = 0;
-dbgprintf("LogError logging error '%s', code %d\n", msg, iErrCode);
glblErrLogger(iErrCode, (uchar*)msg);
ENDfunc