git-daemon not listening when compiled with -DNO_IPV6
authorPaul Serice <paul@serice.net>
Mon, 21 Nov 2005 17:07:23 +0000 (11:07 -0600)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 Nov 2005 22:36:43 +0000 (14:36 -0800)
git-daemon was not listening when compiled with -DNO_IPV6.
socksetup() was not returning socket count when compiled with -DNO_IPV6.

Signed-off-by: Paul Serice <paul@serice.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found