diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-03-30 15:04:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:21 -0500 |
commit | d2f2d5c798a7d4af05a32d673ed8cd5a89959c68 (patch) | |
tree | 5785134175f9898eb9cac010137429104327d050 /source4/include/smb_interfaces.h | |
parent | 59b2ffb89f150846c69fed9e00eccfc8656ccfb2 (diff) | |
download | samba-d2f2d5c798a7d4af05a32d673ed8cd5a89959c68.tar.gz samba-d2f2d5c798a7d4af05a32d673ed8cd5a89959c68.tar.bz2 samba-d2f2d5c798a7d4af05a32d673ed8cd5a89959c68.zip |
r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_sid in it
metze
(This used to be commit 460d1b089e494efaeb0c8c7fd4601a9ef57123c5)
Diffstat (limited to 'source4/include/smb_interfaces.h')
-rw-r--r-- | source4/include/smb_interfaces.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index af9f6efd7a..370afb09ea 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -55,6 +55,9 @@ typedef struct { */ #define dom_sid2 dom_sid +/* same struct as dom_sid but inside a 28 bytes fixed buffer in NDR */ +#define dom_sid28 dom_sid + /* this header defines the structures and unions used between the SMB |