2
0
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:
Mark Andrews
2013-02-28 06:48:06 +11:00
parent cab2b0d941
commit a8af512dc3

View File

@@ -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);
}
}