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

Removed probagation of serrno as this appears to be againt CASTOR coding...

Removed probagation of serrno as this appears to be againt CASTOR coding conventions (stop the sarcasm).
parent 4af3b89b
Branches
Tags
No related merge requests found
......@@ -121,7 +121,6 @@ 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