diff options
author | Kai Blin <kai@samba.org> | 2010-09-30 18:20:42 -0700 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-10-23 10:17:06 +0000 |
commit | eb4f101200f18fdf7482e14c4471d6e90b166af0 (patch) | |
tree | 71e376fc0b076e66ec08a6f51aa025e92add083c | |
parent | 063727a88b10cbd27892d0e165fe18958849f7df (diff) | |
download | samba-eb4f101200f18fdf7482e14c4471d6e90b166af0.tar.gz samba-eb4f101200f18fdf7482e14c4471d6e90b166af0.tar.bz2 samba-eb4f101200f18fdf7482e14c4471d6e90b166af0.zip |
s4 dns: Allow more components as part of a domain name
-rw-r--r-- | librpc/ndr/ndr_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |