use bigendian mode to fix the idl for samr_LogonHours
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 10:09:02 +0000 (10:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 10:09:02 +0000 (10:09 +0000)
(This used to be commit 1056618b6a70b32fc17a8290f3efa3334fa1b049)

source4/librpc/idl/misc.idl

index e6b17722841181e650aaab1e216c42eb1668d457..7b41f45980fb080812819c502dccb9c9c3c6ff25 100644 (file)
@@ -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;
 }