2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

Set a somewhat arbitrary limit on the number of host aliases we'll return.

This commit is contained in:
Michael Graff 2000-01-25 01:50:12 +00:00
parent 2343e814ea
commit a7512aefd8

View File

@ -167,6 +167,8 @@ typedef struct {
#define LWRES_ADDRTYPE_V4 0x00000001U /* ipv4 */
#define LWRES_ADDRTYPE_V6 0x00000002U /* ipv6 */
#define LWRES_MAX_ALIASES 16 /* max # of aliases */
ISC_LANG_BEGINDECLS
int