mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
fix assignment not read
This commit is contained in:
@@ -8482,7 +8482,7 @@ ns_server_del_zone(ns_server_t *server, char *args, isc_buffer_t *text) {
|
||||
first = inuse(file, first, text);
|
||||
|
||||
file = dns_zone_getjournal(zone);
|
||||
first = inuse(file, first, text);
|
||||
(void)inuse(file, first, text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user