2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

rndc [-v view] [-z zone] reload -> rndc reload [zone [view]]

Make the server not crash while I am at it.
This commit is contained in:
Michael Sawyer
2000-11-25 03:27:54 +00:00
parent dfd7798d8b
commit 6dc32b43da
2 changed files with 38 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.253 2000/11/23 02:26:37 gson Exp $ */
/* $Id: server.c,v 1.254 2000/11/25 03:27:53 mws Exp $ */
#include <config.h>
@@ -2113,7 +2113,7 @@ zone_from_args(char *args, dns_zone_t **zone) {
dns_fixedname_t name;
isc_result_t result;
isc_buffer_t buf;
dns_view_t *view;
dns_view_t *view = NULL;
input = args;
ptr = next_token(&input, " \t");