20 Jun
2004
20 Jun
'04
1:13 a.m.
On 19.6.2004, at 22:58, Timo Sirainen wrote:
io->destroyed = TRUE;
io->fd = -1;
/* check if we removed the highest fd */ if (io->fd == current_ioloop->highest_fd) update_highest_fd(current_ioloop);
io->destroyed = TRUE;
}io->fd = -1;
Of course, this is wrong too :) Only the destroyed-line should have been moved..