From: Colm MacCarthaigh Date: Mon, 3 Oct 2005 11:30:06 +0000 (+0000) Subject: Sync with trunk; remove a now unused variable, and fix a comment. X-Git-Tag: 2.1.9~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17ac84a206bc6ebefdd3f69fcf00fe97211eacd;p=thirdparty%2Fapache%2Fhttpd.git Sync with trunk; remove a now unused variable, and fix a comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@293310 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/cache_storage.c b/modules/cache/cache_storage.c index 9c75db2997b..8c831493061 100644 --- a/modules/cache/cache_storage.c +++ b/modules/cache/cache_storage.c @@ -245,7 +245,7 @@ int cache_select(request_rec *r) /* headers do not match, so Vary failed */ ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server, - "cache_select(): Vary header mismatch."); + "cache_select_url(): Vary header mismatch."); return DECLINED; } } diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index 520ee655912..0e16e19580b 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -111,7 +111,6 @@ struct cache_enable { apr_uri_t url; const char *type; - apr_size_t urllen; apr_size_t pathlen; };