git-daemon: don't ignore pid-file write failure
commitbc4e7d035840539eb5aa13ab3d51ab43cc2c1b50
authorJim Meyering <jim@meyering.net>
Mon, 21 May 2007 07:58:01 +0000 (21 09:58 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 May 2007 01:34:14 +0000 (21 18:34 -0700)
tree3463c8d6e1b2560f27ad7ab98746dcf46dca2aae
parent5b6dedd6a0b7566f7e8466b6aefe8f019c52f5d3
git-daemon: don't ignore pid-file write failure

Note: since the consequence of failure is to call die,
I don't bother to close "f".

Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c