mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
2204 [bug] "rndc flushanme name unknown-view" caused named
to crash. [RT #16984]
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user