From: Nick Kew Date: Wed, 23 Jun 2010 13:15:43 +0000 (+0000) Subject: expiry is a time, not an interval X-Git-Tag: 2.3.7~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41959e8265ce7e4e50b2a7a1315d90b7713dfa81;p=apache expiry is a time, not an interval git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957187 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authn_socache.c b/modules/aaa/mod_authn_socache.c index d633c492c2..ef15ef30da 100644 --- a/modules/aaa/mod_authn_socache.c +++ b/modules/aaa/mod_authn_socache.c @@ -226,7 +226,7 @@ static void ap_authn_cache_store(request_rec *r, const char *module, apr_status_t rv; authn_cache_dircfg *dcfg; const char *key; - apr_interval_time_t expiry; + apr_time_t expiry; int i; int use_cache = 0;