1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

(trunk libT) prevent stupid double-close error introduced a few minutes ago :/

This commit is contained in:
Charles Kerr 2009-04-26 21:00:58 +00:00
parent 698aa192aa
commit b52ae72009

View file

@ -341,7 +341,6 @@ TrCloseFile( int i )
assert( fileIsOpen( o ) );
tr_close_file( o->fd );
close( o->fd );
o->fd = -1;
o->isCheckedOut = 0;
}