reconfiguration. [RT #20629]
+2774. [bug] Existing cache DB wasn't being reused after
+ reconfiguration. [RT #20629]
+
2773. [bug] In autosigned zones, the SOA could be signed
with the KSK. [RT #20628]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.554 2009/10/27 22:46:13 each Exp $ */
+/* $Id: server.c,v 1.555 2009/11/19 18:52:40 each Exp $ */
/*! \file */
if (result != ISC_R_NOTFOUND && result != ISC_R_SUCCESS)
goto cleanup;
if (pview != NULL) {
- if (cache_reusable(pview, view,
- zero_no_soattl)) {
+ if (!cache_reusable(pview, view,
+ zero_no_soattl)) {
isc_log_write(ns_g_lctx,
NS_LOGCATEGORY_GENERAL,
NS_LOGMODULE_SERVER,