aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.c b/src/stream.c
index 653f26b..ed73a62 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -551,7 +551,7 @@ static int osmo_stream_srv_fd_cb(struct osmo_fd *ofd, unsigned int what)
}
if (link->flags & OSMO_STREAM_SRV_F_NODELAY) {
- ret = setsockopt_nodelay(ret, link->proto, 1);
+ ret = setsockopt_nodelay(sock_fd, link->proto, 1);
if (ret < 0)
goto error_close_socket;
}