socksetup: don't return on set_reuse_addr() error
authorSerge E. Hallyn <serue@us.ibm.com>
Tue, 18 Apr 2006 13:11:06 +0000 (08:11 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Apr 2006 21:39:28 +0000 (14:39 -0700)
commit0032d548db56eac9ea09b4ba05843365f6325b85
tree377f077bd19d5f3cecbf25c018dd9a807ef178dd
parent24735cfc500feb2a8dba9f140080ab3476363d28
socksetup: don't return on set_reuse_addr() error

The set_reuse_addr() error case was the only error case in
socklist() where we returned rather than continued.  Not sure
why.  Either we must free the socklist, or continue.  This patch
continues on error.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c