X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Fstringbuf.c;h=e1df8f4655ee9ea312fc5097b5c06d4271d1721a;hb=8f7d437eb6a5232f9cfa7b0c6c0ac89ca964924f;hp=79b5f5d2f3ab2116e0d2cd6604bf3db6e60a0f5e;hpb=bf31c5960c968bae13c8ad62c51bd23bc8baa809;p=citadel.git 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)