mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
2204 [bug] "rndc flushanme name unknown-view" caused named
to crash. [RT #16984]
This commit is contained in:
parent
5388cb942f
commit
fd23bc509d
2 changed files with 4 additions and 2 deletions
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 ---
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* 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 */
|
||||
|
||||
|
|
@ -4960,7 +4960,7 @@ ns_server_flushname(ns_server_t *server, char *args) {
|
|||
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
||||
"flushing name '%s' in cache view '%s' "
|
||||
"failed: view not found", target,
|
||||
view->name);
|
||||
viewname);
|
||||
result = ISC_R_FAILURE;
|
||||
}
|
||||
isc_task_endexclusive(server->task);
|
||||
|
|
|
|||
Loading…
Reference in a new issue