*** proxy_cache.c	Wed Feb 20 22:03:08 2002
--- proxy_cache.new.c	Thu Mar  7 09:42:19 2002
***************
*** 1155,1161 ****
          smaxage = -1;
  
      /* extract max-age from request */
!     if (cc_cresp && ap_proxy_liststr(cc_req, "max-age", &val))
          maxage_req =  atoi(val);
      else
          maxage_req = -1;
--- 1155,1161 ----
          smaxage = -1;
  
      /* extract max-age from request */
!     if (cc_req && ap_proxy_liststr(cc_req, "max-age", &val))
          maxage_req =  atoi(val);
      else
          maxage_req = -1;
