From e63f31ff7131cabff62b7099a0319094056c07b0 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 31 Aug 1995 23:15:33 +0000 Subject: (S_socket_send): Pass in the new NOBLOCK parameter to pipe_send. --- pflocal/socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pflocal') diff --git a/pflocal/socket.c b/pflocal/socket.c index 86c465da..4c0b1029 100644 --- a/pflocal/socket.c +++ b/pflocal/socket.c @@ -295,7 +295,8 @@ S_socket_send (struct sock_user *user, struct addr *dest_addr, int flags, err = sock_acquire_read_pipe (dest_sock, &pipe); if (!err) { - err = pipe_send (pipe, source_addr, data, data_len, + err = pipe_send (pipe, user->sock->flags & SOCK_NONBLOCK, + source_addr, data, data_len, control, control_len, ports, num_ports, amount); pipe_release_writer (pipe); -- cgit v1.2.3