diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-05 15:24:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:19 -0500 |
commit | a4fc93023506bcc41f869e75d895c5273a2a5cf4 (patch) | |
tree | e7c0f845fa8bca4899e077b630b2e0d4759db516 /source4/librpc | |
parent | e1944a3d6d2d4e8772c17891486bbcb992c7096a (diff) | |
download | samba-a4fc93023506bcc41f869e75d895c5273a2a5cf4.tar.gz samba-a4fc93023506bcc41f869e75d895c5273a2a5cf4.tar.bz2 samba-a4fc93023506bcc41f869e75d895c5273a2a5cf4.zip |
r4532: - rename bitmap -> bits
the next commit is support for typedef bitmap {...}; in pidl
metze
(This used to be commit bd06a85cb747aea29a400050cb9d25a3240ef1cc)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index ac5a6d269a..95f5fdbd0e 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -568,7 +568,7 @@ /* this is also used in samr and netlogon */ typedef [public, flag(NDR_PAHEX)] struct { uint16 units_per_week; - [size_is(1260), length_is(units_per_week/8)] uint8 *bitmap; + [size_is(1260), length_is(units_per_week/8)] uint8 *bits; } samr_LogonHours; typedef struct { |