]> granicus.if.org Git - apache/commitdiff
Merge r1204555 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:55:29 +0000 (15:55 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:55:29 +0000 (15:55 +0000)
value never used: dead assignment
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1204561 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index af7be135231f51df82ba8f402c1a125d85239b17..9b655dc9d0875737c0e06a1cdbd0c4f2639bbe9e 100644 (file)
@@ -1292,7 +1292,6 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in)
     if (lastmod != APR_DATE_BAD && lastmod > date) {
         /* if it's in the future, then replace by date */
         lastmod = date;
-        lastmods = dates;
         ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0,
                 r, "cache: Last modified is in the future, "
                 "replacing with now");