From eb4f101200f18fdf7482e14c4471d6e90b166af0 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 30 Sep 2010 18:20:42 -0700 Subject: s4 dns: Allow more components as part of a domain name --- librpc/ndr/ndr_dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/ndr') diff --git a/librpc/ndr/ndr_dns.c b/librpc/ndr/ndr_dns.c index 70d4581f58..4f39eb4e67 100644 --- a/librpc/ndr/ndr_dns.c +++ b/librpc/ndr/ndr_dns.c @@ -34,7 +34,7 @@ #include "lib/util/util_net.h" /* don't allow an unlimited number of name components */ -#define MAX_COMPONENTS 10 +#define MAX_COMPONENTS 128 /** print a dns string -- cgit