summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-06 12:00:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-06 12:00:05 +0200
commit74b81c8c01b26a142793a4861340996ed956f5f6 (patch)
tree0a01b48d6bcc6a3fae57a0ed073e8a70f7fe9099 /runtime/netstrm.c
parent0426ad7dd27fda6854f7d306e46331387b20947a (diff)
parent88faed212c045cd53671155bd4af8a606b08b706 (diff)
downloadrsyslog-74b81c8c01b26a142793a4861340996ed956f5f6.tar.gz
rsyslog-74b81c8c01b26a142793a4861340996ed956f5f6.tar.bz2
rsyslog-74b81c8c01b26a142793a4861340996ed956f5f6.zip
Merge branch 'v6-stable' into 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);