]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
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)
commitf35230fb1123a0db4776c574a874aecec1f38db8
tree7b7ad64914f1d3bd587babf87fa83f6d9277426a
parentef07618fdd660057b80fe75007405c62502a5820
git-daemon not listening when compiled with -DNO_IPV6

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>
daemon.c