arehbein submitted this change.
stream: Fix segmentation for client
Related: OS#5753, OS#5751
Change-Id: I0ddf26e29bf0b954e5897c0776dae5eb27712fdb
---
M src/stream.c
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/stream.c b/src/stream.c
index b17bd10..e773466 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -825,6 +825,7 @@
client_ops.segmentation_cb = segmentation_cbs[osp];
osmo_iofd_set_ioops(cli->iofd, &client_ops);
cli->flags |= OSMO_STREAM_CLI_F_RECONF;
+ osmo_iofd_set_ioops(cli->iofd, &osmo_stream_cli_ioops);
}
/*! \brief Set the socket type for the stream server link
To view, visit change 32812. To unsubscribe, or for help writing mail filters, visit settings.