summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:15:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:15:09 +0200
commit7950361547b747fa3dad22ab8a39d17d9274891d (patch)
tree4759bdba22f1546aa946fb1210a8cdec66c37568 /runtime
parent760b23aac9718c77ab6f5c56dc06ad173690a92b (diff)
parentdc52b123feff7a8f35dd591639ab5d4dd7e53527 (diff)
downloadrsyslog-7950361547b747fa3dad22ab8a39d17d9274891d.tar.gz
rsyslog-7950361547b747fa3dad22ab8a39d17d9274891d.tar.xz
rsyslog-7950361547b747fa3dad22ab8a39d17d9274891d.zip
Merge branch 'v6-stable' into v6-devel
Diffstat (limited to 'runtime')
-rw-r--r--runtime/netstrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c
index 49ba8f35..58f38280 100644
--- a/runtime/netstrm.c
+++ b/runtime/netstrm.c
@@ -254,7 +254,7 @@ static rsRetVal
CheckConnection(netstrm_t *pThis)
{
ISOBJ_TYPE_assert(pThis, netstrm);
- pThis->Drvr.CheckConnection(pThis->pDrvrData);
+ return pThis->Drvr.CheckConnection(pThis->pDrvrData);
}