From ac2c620c509e8beb5862ffae8000da54b740023c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 9 Aug 2004 21:03:38 +0000 Subject: r1677: security descriptors are always little-endian, regardless of DCE/RPC level byte order flags (This used to be commit a9c46aefaf4b53329eaf1a8e0446e74c4d1c750c) --- source4/librpc/idl/misc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl index 548deeb21b..d7163839d5 100644 --- a/source4/librpc/idl/misc.idl +++ b/source4/librpc/idl/misc.idl @@ -101,7 +101,7 @@ interface misc const int SEC_DESC_RM_CONTROL_VALID = 0x4000; const int SEC_DESC_SELF_RELATIVE = 0x8000; - typedef [public] struct { + typedef [public,flag(NDR_LITTLE_ENDIAN)] struct { uint8 revision; uint16 type; /* SEC_DESC_xxxx flags */ [relative] dom_sid *owner_sid; -- cgit