summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_gtls.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-25 19:13:30 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-25 19:13:30 +0100
commit1f48ed19f369b7324c15c432d56258f22791761b (patch)
tree82ee8dadb47dd398459ade8007a755526b7aadd1 /runtime/nsd_gtls.c
parent3313c4d6682993db5ef89b9d55ce910b63e20835 (diff)
parent3056c15ef4d1d7b73a9591347cf0cef76c020792 (diff)
downloadrsyslog-1f48ed19f369b7324c15c432d56258f22791761b.tar.gz
rsyslog-1f48ed19f369b7324c15c432d56258f22791761b.tar.xz
rsyslog-1f48ed19f369b7324c15c432d56258f22791761b.zip
Merge branch 'v4-beta' into beta
Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/Makefile.am tests/sndrcv_drvr.sh
Diffstat (limited to 'runtime/nsd_gtls.c')
-rw-r--r--runtime/nsd_gtls.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/nsd_gtls.c b/runtime/nsd_gtls.c
index 74c142f2..0ee70e56 100644
--- a/runtime/nsd_gtls.c
+++ b/runtime/nsd_gtls.c
@@ -1327,7 +1327,10 @@ finalize_it:
static void
CheckConnection(nsd_t __attribute__((unused)) *pNsd)
{
- /* dummy, do nothing */
+ nsd_gtls_t *pThis = (nsd_gtls_t*) pNsd;
+ ISOBJ_TYPE_assert(pThis, nsd_gtls);
+
+ nsd_ptcp.CheckConnection(pThis->pTcp);
}