mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
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>
(cherry picked from 0032d548db commit)
This commit is contained in:
committed by
Junio C Hamano
parent
1ab661ddb7
commit
7d09fbe4ab
Reference in New Issue
Block a user