aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stream.c1
1 files changed, 1 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 @@ int osmo_stream_cli_open(struct osmo_stream_cli *cli)
if (osmo_iofd_register(cli->iofd, fd) < 0)
goto error_close_socket;
+ osmo_iofd_notify_connected(cli->iofd);
break;
default:
OSMO_ASSERT(false);