Commit 0ee1f146 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix what would seem to be a serious problem in

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
parent aeb6b988
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ static int split_and_pass_pretag_buckets(apr_bucket_brigade **brgd,
            return rv;
        }
    }
    return APR_SUCCESS;
}

/* ------------------------ Environment function -------------------------- */
+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −0
Original line number Diff line number Diff line
@@ -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