From: Wayne Davison Date: Mon, 20 Feb 2006 17:50:36 +0000 (+0000) Subject: Don't try to obey bwlimit restriction until bwlimit_writemax is set. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9a0cfff57f6598a2f8ede199ef31be4dc57a8dad?hp=9a0cfff57f6598a2f8ede199ef31be4dc57a8dad Don't try to obey bwlimit restriction until bwlimit_writemax is set. This fixes a bug with option errors not getting reported because the write code gets called with bwlimit != 0 and bwlimit_writemax == 0. ---