mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Allow up to 10 addresses, not 4.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: rndc.c,v 1.83 2001/11/14 23:12:18 bwelling Exp $ */
|
/* $Id: rndc.c,v 1.84 2001/11/14 23:14:29 bwelling Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Principal Author: DCL
|
* Principal Author: DCL
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#define SERVERADDRS 4
|
#define SERVERADDRS 10
|
||||||
|
|
||||||
char *progname;
|
char *progname;
|
||||||
isc_boolean_t verbose;
|
isc_boolean_t verbose;
|
||||||
|
Reference in New Issue
Block a user