aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c
index f5408f8..287e297 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -340,6 +340,7 @@ static void cli_timer_cb(void *data)
switch(cli->state) {
case STREAM_CLI_STATE_CONNECTING:
+ cli->ofd.when |= BSC_FD_READ | BSC_FD_WRITE;
osmo_stream_cli_open2(cli, 1);
break;
default: