From cebce2b9a40db1f5d28e20b6eda7010e9c530a5d Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 11 Oct 2010 23:50:16 +0200 Subject: s4 dns: More work on updates --- librpc/idl/dns.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl index 486b16e50b3..90ac47a8311 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; -- cgit v1.2.1