diff --git a/src/Xrd/XrdLinkXeq.cc b/src/Xrd/XrdLinkXeq.cc index 489f032ade9..ccfcd4f4fd8 100644 --- a/src/Xrd/XrdLinkXeq.cc +++ b/src/Xrd/XrdLinkXeq.cc @@ -887,7 +887,7 @@ int XrdLinkXeq::SendIOV(const struct iovec *iov, int iocnt, int bytes) {if (errno == EINTR) continue; else break; } - n -= retc; Buff += retc; + n -= retc; Buff += retc; bytesleft -= retc; } if (retc < 0 || iocnt < 1) break; }