CVS update: rsync

dwd at samba.org dwd at samba.org
Tue May 28 15:42:51 GMT 2002


Date:	Tue May 28 08:42:51 2002
Author:	dwd

Update of /data/cvs/rsync
In directory va:/tmp/cvs-serv8457

Modified Files:
	receiver.c 
Log Message:
Close previously opened file descriptor when mkstemp fails in recv_files().
Every other failure condition in that function was alreadying doing this,
and I saw a case with a lot of "mkstemp...No space left on device" messages
started becoming "mkstemp...Too many open files" messages because of this
bug.  Not that it makes a whole lot of difference, since nothing gets copied
because the disk was out of space.


Revisions:
receiver.c		1.39 => 1.40
	http://www.samba.org/cgi-bin/cvsweb/rsync/receiver.c?r1=1.39&r2=1.40




More information about the rsync-cvs mailing list