]> granicus.if.org Git - apache/commitdiff
forward port to not log twice
authorAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 17:09:20 +0000 (17:09 +0000)
committerAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 17:09:20 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102730 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_forensic.c

index 2f8c9ee4e495f4f75131b965a4223a3240bc5342..649d52cf11b5952d4cfc29758e821c86efdcd070 100644 (file)
@@ -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;
     }