accept_connection(): Adjust loop condition to silence a ressource leak warning
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:24:53 +0000 (11:24 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:24:53 +0000 (11:24 +0000)
commit8e025f46200aef5c4f6961b5aca59695d4ce6084
tree30038c3c4e173191ab589624f04dbd0991c26111
parent669e502a39f941fbe1cf1444b611d3ab49a97c4c
accept_connection(): Adjust loop condition to silence a ressource leak warning

This is a nop because fd 0 is guaranteed to be in use and
thus can't be returned by accept() anyway.

CID 66393.
jbsockets.c