j
k
j a
j l
On 08/24/2011 09:49 AM, Harald Welte wrote:
if (bfd->fd) { close(bfd->fd); bfd->fd = 0; }
if (bfd->fd) {
close(bfd->fd);
bfd->fd = 0;
}
maybe using -1 for 'invalid' fd's is better?
Back to the thread
Back to the list