Changeset 410d216 in mod_gnutls for src/gnutls_cache.c
- Timestamp:
- Oct 3, 2011, 7:28:42 AM (11 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- fe42bfb
- Parents:
- b3eb741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.c
rb3eb741 r410d216 292 292 } 293 293 294 #endif 295 296 const char *db_type(mgs_srvconf_rec * sc) {294 #endif /* have_apr_memcache */ 295 296 static const char *db_type(mgs_srvconf_rec * sc) { 297 297 if (sc->cache_type == mgs_cache_gdbm) 298 298 return "gdbm";
Note: See TracChangeset
for help on using the changeset viewer.