From 88faed212c045cd53671155bd4af8a606b08b706 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Sat, 25 Aug 2012 12:08:08 -0700 Subject: Fixed TCP CheckConnection handling in omfwd.c. Interface needed to be changed in lower stream classes. Syslog TCP Sending is now resumed properly. --- runtime/netstrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/netstrm.c') 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); -- cgit v1.2.3