]> granicus.if.org Git - apache/commitdiff
expiry is a time, not an interval
authorNick Kew <niq@apache.org>
Wed, 23 Jun 2010 13:15:43 +0000 (13:15 +0000)
committerNick Kew <niq@apache.org>
Wed, 23 Jun 2010 13:15:43 +0000 (13:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957187 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authn_socache.c

index d633c492c28f411a65a879b9eb23818bbd280d85..ef15ef30da7aef667ce8f3a7ed54aca7ab96b00a 100644 (file)
@@ -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;