summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-21 18:18:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-21 18:18:20 +0200
commit0b2e858a42e6ca49e68570c9b13ede74493e48db (patch)
treef330e043200148f58cc63a7d6fe3708169088ac8 /runtime/netstrms.c
parent8c927a854e9afcaf5e1dd0ff6d69e353256ac8a0 (diff)
downloadrsyslog-0b2e858a42e6ca49e68570c9b13ede74493e48db.tar.gz
rsyslog-0b2e858a42e6ca49e68570c9b13ede74493e48db.tar.xz
rsyslog-0b2e858a42e6ca49e68570c9b13ede74493e48db.zip
added code to pull the subjectAltName - dNSName
Diffstat (limited to 'runtime/netstrms.c')
-rw-r--r--runtime/netstrms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/netstrms.c b/runtime/netstrms.c
index b060d5c2..2b754ecc 100644
--- a/runtime/netstrms.c
+++ b/runtime/netstrms.c
@@ -174,7 +174,6 @@ SetDrvrAuthMode(netstrms_t *pThis, uchar *mode)
{
DEFiRet;
ISOBJ_TYPE_assert(pThis, netstrms);
-RUNLOG_VAR("%s", mode);
CHKmalloc(pThis->pszDrvrAuthMode = (uchar*)strdup((char*)mode));
finalize_it:
RETiRet;