From: Wilfried Goesgens Date: Mon, 11 Jun 2012 20:25:00 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel X-Git-Tag: v8.12~17 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5816b80c48d0b906919377c4f4e477da15f02431;hp=8ffb37bf859b810c6f3c0895d1cd2edba32e54bf;p=citadel.git Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel --- diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 79b5f5d2f..e1df8f465 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -3998,7 +3998,7 @@ int FileRecvChunked(FDIOBuffer *FDB, const char **Err) NULL, FDB->OtherFD, &FDB->TotalSentAlready, - pipesize, + FDB->PipeSize, SPLICE_F_MORE | SPLICE_F_MOVE); if (sent == -1)