From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <19ec907be6df7c902357f23b5ced80ed@sdgm.net> Date: Thu, 8 Jul 2004 20:16:26 -0400 From: boyd@sdgm.net To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] ftpfs Topicbox-Message-UUID: ba59e828-eacd-11e9-9e20-41e7f4b1d025 i found a bug when you hit your disc quota: brahma% diff /n/sources/plan9/sys/src/cmd/ip/ftpfs/proto.c . 991,992c991 < getreply(&ctlin, msg, sizeof(msg), 0); < return off; --- > return getreply(&ctlin, msg, sizeof(msg), 0) == Success ? off : -1;