]> granicus.if.org Git - apache/commitdiff
fix what would seem to be a serious problem in
authorJeff Trawick <trawick@apache.org>
Fri, 24 Aug 2001 00:47:09 +0000 (00:47 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 24 Aug 2001 00:47:09 +0000 (00:47 +0000)
split_and_pass_pretag_buckets(): the retcode is not
specified on one of the paths

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90600 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c

index 7a902c9bcd71bb4374cf16793b055663cd27bfc3..31162ab9347c93c4390f69c5d86f88bc153bf837 100644 (file)
@@ -119,6 +119,7 @@ static int split_and_pass_pretag_buckets(apr_bucket_brigade **brgd,
             return rv;
         }
     }
+    return APR_SUCCESS;
 }
 
 /* ------------------------ Environment function -------------------------- */
index 9b99d44cefa833bd81706ac4523f31b9e191816f..df918228e38e87daa1c20c13f76636b21b5624fc 100644 (file)
@@ -158,6 +158,7 @@ static int split_and_pass_pretag_buckets(apr_bucket_brigade **brgd,
             return rv;
         }
     }
+    return APR_SUCCESS;
 }
 
 static void *create_cgi_config(apr_pool_t *p, server_rec *s)
index ff771be4b6ba1064b8a5317943805737d13a55df..4eb876f26491753e235da74466a056d988020539 100644 (file)
@@ -190,6 +190,7 @@ static int split_and_pass_pretag_buckets(apr_bucket_brigade **brgd,
             return rv;
         }
     }
+    return APR_SUCCESS;
 }
 
 /* If a request includes query info in the URL (stuff after "?"), and