summaryrefslogtreecommitdiff
path: root/modules/loggers
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-02-21 17:09:20 +0000
committerAndré Malo <nd@apache.org>2004-02-21 17:09:20 +0000
commitd20937008b66d8db87de3a37a666ef174321db66 (patch)
treef444f9d6b697df03c783661c9030d52cca3c4df4 /modules/loggers
parentf93ccbd7c2f011f488450983ed6e6e13e8577c72 (diff)
downloadhttpd-d20937008b66d8db87de3a37a666ef174321db66.tar.gz
forward port to not log twice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers')
-rw-r--r--modules/loggers/mod_log_forensic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/loggers/mod_log_forensic.c b/modules/loggers/mod_log_forensic.c
index 2f8c9ee4e4..649d52cf11 100644
--- a/modules/loggers/mod_log_forensic.c
+++ b/modules/loggers/mod_log_forensic.c
@@ -185,7 +185,7 @@ static int log_before(request_rec *r)
apr_size_t n;
apr_status_t rv;
- if (!cfg->fd) {
+ if (!cfg->fd || r->prev) {
return DECLINED;
}