]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
git-daemon: Avoid leaking the listening sockets into child processes.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 14 Feb 2007 17:10:26 +0000 (18:10 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 18:25:41 +0000 (10:25 -0800)
commit20276889d6610d87c17b058ac0c49601ed950e61
tree43f14891fa24f042f0014d3f5f6c0cd868a5cb4e
parent958545c5a11e5d6745e34df28abdd4a03a1f40fa
git-daemon: Avoid leaking the listening sockets into child processes.

This makes it possible to restart git-daemon even if some children are
still running.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c