summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dns.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl
index 486b16e50b..90ac47a831 100644
--- a/librpc/idl/dns.idl
+++ b/librpc/idl/dns.idl
@@ -160,7 +160,7 @@ interface dns
dns_qtype rr_type;
dns_qclass rr_class;
uint32 ttl;
- uint16 length;
+ uint16 length; /* Should be set to either UINT16_MAX or 0 */
[switch_is(rr_type)] dns_rdata rdata;
DATA_BLOB unexpected;
} dns_res_rec;