From: André Malo Date: Sat, 21 Feb 2004 17:09:20 +0000 (+0000) Subject: forward port to not log twice X-Git-Tag: pre_ajp_proxy~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d20937008b66d8db87de3a37a666ef174321db66;p=apache forward port to not log twice git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102730 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }