- Fix bug #425: unbound reports wrong TTL in reply, it reports a TTL

that would be permissible by the RFCs but it is not the TTL in the
  cache.


git-svn-id: file:///svn/unbound/trunk@2581 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2012-01-10 09:42:32 +00:00
parent a7ec2af62a
commit 6dd2c0467e
16 changed files with 441 additions and 30 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, st
}
return dns_cache_store(qstate->env, qinfo, msgrep, is_referral,
qstate->prefetch_leeway);
qstate->prefetch_leeway, NULL);
}
/* Invalidate the message associated with query_info stored in message cache */