diff options
Diffstat (limited to 'source4/include')
-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 |