Skip to content
Snippets Groups Projects
Commit b071a665 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

bug #80217: RFE: Add client and drive information to tape-bridge logs

Fixed bug in s_recv function where it was not probagating the value of errno to serrno.
parent 2faafeae
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ s_recv (SOCKET s,
else
n = READ(s, buf, nb);
#endif
serrno = errno;
nb -= n;
#ifdef READTIMEOUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment