From 68d84436a143d9180e3026a0b2c490e39f869a76 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Dec 2003 10:09:02 +0000 Subject: use bigendian mode to fix the idl for samr_LogonHours (This used to be commit 1056618b6a70b32fc17a8290f3efa3334fa1b049) --- source4/librpc/idl/misc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl index e6b1772284..7b41f45980 100644 --- a/source4/librpc/idl/misc.idl +++ b/source4/librpc/idl/misc.idl @@ -71,7 +71,7 @@ interface misc /* this is also used in samr and netlogon */ typedef [public, flag(NDR_PAHEX)] struct { - uint32 units_per_week; + uint16 units_per_week; [size_is(1260), length_is(units_per_week/8)] uint8 *bitmap; } samr_LogonHours; } -- cgit