arehbein has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/32812 )
Change subject: stream: Fix segmentation for client ......................................................................
stream: Fix segmentation for client
Related: OS#5753, OS#5751 Change-Id: I0ddf26e29bf0b954e5897c0776dae5eb27712fdb --- M src/stream.c 1 file changed, 11 insertions(+), 0 deletions(-)
Objections: daniel: I would prefer this is not merged as is Jenkins Builder: Fails
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