summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-28 15:52:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-28 15:52:28 +0100
commitbf088c5c2ed06db1c765a96df3762a00ae44db9c (patch)
tree94a71eec3db08357f50c02309e90ad86096c1168 /runtime
parent233157e520045ef4e05687b0db3b41692ffce5fd (diff)
downloadrsyslog-bf088c5c2ed06db1c765a96df3762a00ae44db9c.tar.gz
rsyslog-bf088c5c2ed06db1c765a96df3762a00ae44db9c.tar.xz
rsyslog-bf088c5c2ed06db1c765a96df3762a00ae44db9c.zip
completed new TLS code in tcpflood
Diffstat (limited to 'runtime')
-rw-r--r--runtime/nsd_gtls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/nsd_gtls.c b/runtime/nsd_gtls.c
index d6874183..b4e747bf 100644
--- a/runtime/nsd_gtls.c
+++ b/runtime/nsd_gtls.c
@@ -1151,6 +1151,8 @@ CODESTARTobjDestruct(nsd_gtls)
gnutls_x509_crt_deinit(pThis->ourCert);
if(pThis->bOurKeyIsInit)
gnutls_x509_privkey_deinit(pThis->ourKey);
+#warning need more checks if the new gnutls_deinit() breaks things during normal operations
+// gnutls_deinit(pThis->sess); /* see ln 600 pThis->bInSess as something to check? */
ENDobjDestruct(nsd_gtls)