Home
last modified time | relevance | path

Searched refs:original_ttl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c745 time_t original_ttl = msg_expiry - msg_timestamp; in cachedb_intcache_store() local
752 set_msg_ttl(qstate->return_msg, original_ttl, 0); in cachedb_intcache_store()
754 "(original ttl: %d)", (int)original_ttl); in cachedb_intcache_store()