daniel submitted this change.
stream: Notify stream_cli on connect()
Change-Id: I29621ca53cdbdf8b5b2d128307fcb6432db669d3
Depends: Ieed10bc94c8aad821c0a8f7764db0e05c054c1e3 (libosmocore.git)
---
M src/stream.c
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/stream.c b/src/stream.c
index f007cc4..8de6cb8 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -1039,6 +1039,7 @@
if (osmo_iofd_register(cli->iofd, fd) < 0)
goto error_close_socket;
+ osmo_iofd_notify_connected(cli->iofd);
break;
default:
OSMO_ASSERT(false);
To view, visit change 33542. To unsubscribe, or for help writing mail filters, visit settings.