Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nettest_bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -4665,7 +4665,7 @@ Size (bytes)\n\

/* you can look at netlib.h for a description of the fields we
are passing to sendfile(). 08/2000 */
if (netperf_sendfile(send_socket, send_ring) != send_size) {
if (len = netperf_sendfile(send_socket, send_ring) != send_size) {
/* the test was interrupted, must be the end of test. the
send_tcp_stream code has some WIN32 ifdefs that we do not
need here. */
Expand Down