diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-06 12:00:05 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-06 12:00:05 +0200 |
commit | 74b81c8c01b26a142793a4861340996ed956f5f6 (patch) | |
tree | 0a01b48d6bcc6a3fae57a0ed073e8a70f7fe9099 /runtime/netstrm.c | |
parent | 0426ad7dd27fda6854f7d306e46331387b20947a (diff) | |
parent | 88faed212c045cd53671155bd4af8a606b08b706 (diff) | |
download | rsyslog-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.c | 2 |
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); |