Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git daemon: avoid calling syslog() from a signal handler
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Thu, 3 Jul 2008 15:27:24 +0000
(16:27 +0100)
committer
Junio 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>
raw
|
patch
| inline |
side by side
(from:
a5a9126
)
No differences found