aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index cf4264cc8..a311a9974 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1811,7 +1811,7 @@ Transfer(struct connectdata *conn)
#ifdef EINTR
/* The EINTR is not serious, and it seems you might get this more
ofen when using the lib in a multi-threaded environment! */
- if(errno == EINTR)
+ if(SOCKERRNO == EINTR)
;
else
#endif