diff options
-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 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); } |