summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-11 23:50:16 +0200
committerKai Blin <kai@samba.org>2010-10-23 10:17:06 +0000
commitcebce2b9a40db1f5d28e20b6eda7010e9c530a5d (patch)
tree6f58fe866e43efe6288fd7e448acc956c14c7218 /librpc/idl
parentfb181752c5a8704140e36977c2723d4d3c4c8166 (diff)
downloadsamba-cebce2b9a40db1f5d28e20b6eda7010e9c530a5d.tar.gz
samba-cebce2b9a40db1f5d28e20b6eda7010e9c530a5d.tar.bz2
samba-cebce2b9a40db1f5d28e20b6eda7010e9c530a5d.zip
s4 dns: More work on updates
Diffstat (limited to 'librpc/idl')
-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;