git daemon: avoid calling syslog() from a signal handler
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 3 Jul 2008 15:27:24 +0000 (16:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2008 02:10:31 +0000 (19:10 -0700)
Signal handlers should never call syslog(), as that can raise signals
of its own.

Instead, call the syslog() from the master process.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found