Commit 1184b275 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

add a note about an uninitialized variable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91002 13f79535-47bb-0310-9956-ffa450edef68
parent 6a538e14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ int ap_cache_in_filter(ap_filter_t *f, apr_bucket_brigade *in)
    info->request_time = r->request_time;

    /* check last-modified date */
    /* XXX FIXME we're referencing date on a path where we didn't set it */
    if (lastmod != APR_DATE_BAD && lastmod > date)
    {
	/* if its in the future, then replace by date */