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
return rv;
}
}
+ return APR_SUCCESS;
}
/* ------------------------ Environment function -------------------------- */
return rv;
}
}
+ return APR_SUCCESS;
}
static void *create_cgi_config(apr_pool_t *p, server_rec *s)
return rv;
}
}
+ return APR_SUCCESS;
}
/* If a request includes query info in the URL (stuff after "?"), and