2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-fix_trivial_warnings.patch
Reviewed by: ylavic, covener, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1777492 13f79535-47bb-0310-9956-
ffa450edef68
* buckets and use their length to calculate the size
*/
int all_buckets_here=0;
- int unresolved_length = 0;
size=0;
for (e = APR_BRIGADE_FIRST(in);
e != APR_BRIGADE_SENTINEL(in);
break;
}
if (APR_BUCKET_IS_FLUSH(e)) {
- unresolved_length = 1;
continue;
}
if (e->length == (apr_size_t)-1) {
dav_error *err;
dav_error *err2;
int result;
- dav_dir_conf *conf;
dav_response *multi_status;
/* handle the request body */
return result;
}
- conf = (dav_dir_conf *)ap_get_module_config(r->per_dir_config,
- &dav_module);
-
/* Ask repository module to resolve the resource */
err = dav_get_resource(r, 0 /* label_allowed */, 0 /* use_checked_in */,
&resource);
SSL_SESSION *session)
{
server_rec *s;
- SSLSrvConfigRec *sc;
unsigned char *id;
unsigned int idlen;
return; /* on server shutdown Apache is already gone */
}
- sc = mySrvConfig(s);
-
/*
* Remove the SSL_SESSION from the inter-process cache
*/