mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
2204 [bug] "rndc flushanme name unknown-view" caused named
to crash. [RT #16984]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
2204 [bug] "rndc flushanme name unknown-view" caused named
|
||||||
|
to crash. [RT #16984]
|
||||||
|
|
||||||
--- 9.5.0a6 released ---
|
--- 9.5.0a6 released ---
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.487 2007/06/25 02:37:25 marka Exp $ */
|
/* $Id: server.c,v 1.488 2007/07/02 01:00:35 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -4960,7 +4960,7 @@ ns_server_flushname(ns_server_t *server, char *args) {
|
|||||||
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
||||||
"flushing name '%s' in cache view '%s' "
|
"flushing name '%s' in cache view '%s' "
|
||||||
"failed: view not found", target,
|
"failed: view not found", target,
|
||||||
view->name);
|
viewname);
|
||||||
result = ISC_R_FAILURE;
|
result = ISC_R_FAILURE;
|
||||||
}
|
}
|
||||||
isc_task_endexclusive(server->task);
|
isc_task_endexclusive(server->task);
|
||||||
|
Reference in New Issue
Block a user