Changeset 671b64f in mod_gnutls for src/gnutls_cache.c
- Timestamp:
- Dec 3, 2013, 6:49:15 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 5a3ab3c
- Parents:
- 9720026
- git-author:
- Daniel Kahn Gillmor <dkg@…> (12/03/13 17:55:23)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (12/03/13 18:49:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.c
r9720026 r671b64f 35 35 #endif 36 36 37 /* it seems the default has some strange errors. Use SDBM 37 /* it seems the default has some strange errors. Use SDBM 38 38 */ 39 39 #define MC_TAG "mod_gnutls:" … … 566 566 sc->cache_type = mgs_cache_none; 567 567 /* if GnuTLSCacheTimeout was never explicitly set: */ 568 if (sc->cache_timeout == -1) 568 if (sc->cache_timeout == -1) 569 569 sc->cache_timeout = apr_time_from_sec(300); 570 570
Note: See TracChangeset
for help on using the changeset viewer.