]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'rs/daemon-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2014 17:49:22 +0000 (10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2014 17:49:23 +0000 (10:49 -0700)
"git daemon" (with NO_IPV6 build configuration) used to incorrectly
use the hostname even when gethostbyname() reported that the given
hostname is not found.

* rs/daemon-fixes:
  daemon: remove write-only variable maxfd
  daemon: fix error message after bind()
  daemon: handle gethostbyname() error

1  2 
daemon.c

diff --cc daemon.c
Simple merge