From a6305c4a168e7d3ac06f824dce05767bc7e9b9c0 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 30 Sep 2010 20:35:00 -0700 Subject: s4 dns: Better error handling when parsing invalid or unknown records --- librpc/idl/dnsp.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/idl/dnsp.idl') diff --git a/librpc/idl/dnsp.idl b/librpc/idl/dnsp.idl index 3a8e384dbe..905e420482 100644 --- a/librpc/idl/dnsp.idl +++ b/librpc/idl/dnsp.idl @@ -113,8 +113,8 @@ interface dnsp dns_record_type wType; uint32 dwFlags; uint32 dwSerial; - uint32 dwTtlSeconds; - uint32 dwTimeStamp; + [flag(NDR_BIG_ENDIAN)] uint32 dwTtlSeconds; + uint32 dwTimeStamp; uint32 dwReserved; [switch_is(wType)] dnsRecordData data; } dnsp_DnssrvRpcRecord; -- cgit