From bcf1674b3bf39c2585e352b6dd5edda7b5b900b9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 2 May 2023 00:03:01 +0200 Subject: [PATCH] Fixed a bug (hanging process). --- aqhome/msg/endpoint_tty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/aqhome/msg/endpoint_tty.c b/aqhome/msg/endpoint_tty.c index 7661b06..e567d23 100644 --- a/aqhome/msg/endpoint_tty.c +++ b/aqhome/msg/endpoint_tty.c @@ -172,6 +172,7 @@ int _handleReadable(GWEN_MSG_ENDPOINT *ep, GWEN_UNUSED GWEN_MSG_ENDPOINT_MGR *em DBG_INFO(GWEN_LOGDOMAIN, "here (%d)", rv); return rv; } + break; } else if (rv>0) { /* complete msg received, add to list */