diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2008-07-03 16:27:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-06 19:10:31 -0700 |
commit | a5a9126bb4d7c2c23b94101dc49bcca33b6b17e8 (patch) | |
tree | 1866804bf86b0c91e54241936f26c84565ba9d99 /builtin-revert.c | |
parent | Merge branch 'js/maint-clone-insteadof' into maint (diff) | |
download | tgif-a5a9126bb4d7c2c23b94101dc49bcca33b6b17e8.tar.xz |
git daemon: avoid calling syslog() from a signal handler
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>
Diffstat (limited to 'builtin-revert.c')
0 files changed, 0 insertions, 0 deletions