summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-06 12:00:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-06 12:00:30 +0200
commitbb6f5dc40f39220a2cdb05e94d70aac42d971ac4 (patch)
tree7e3b5ea5a00171c519e1c1f8c1f97de3a3a1aa9a /runtime/netstrm.c
parentddea340e665a657bc6be88176130d1221c0dec3d (diff)
parent74b81c8c01b26a142793a4861340996ed956f5f6 (diff)
downloadrsyslog-bb6f5dc40f39220a2cdb05e94d70aac42d971ac4.tar.gz
rsyslog-bb6f5dc40f39220a2cdb05e94d70aac42d971ac4.tar.bz2
rsyslog-bb6f5dc40f39220a2cdb05e94d70aac42d971ac4.zip
Merge branch 'v6-devel'
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r--runtime/netstrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c
index a6f840a5..49ba8f35 100644
--- a/runtime/netstrm.c
+++ b/runtime/netstrm.c
@@ -250,7 +250,7 @@ EnableKeepAlive(netstrm_t *pThis)
/* check connection - slim wrapper for NSD driver function */
-static void
+static rsRetVal
CheckConnection(netstrm_t *pThis)
{
ISOBJ_TYPE_assert(pThis, netstrm);