diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 21:04:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:29 +0100 |
commit | 0b95cb251ce0043e393139a22a0f3ac6121406c5 (patch) | |
tree | 8bc527f53d2abf8c8768ac7d581c3cf9ba0a5280 /source4/librpc | |
parent | 4b8606f616cdd2fe885729a044d6139fc0001780 (diff) | |
download | samba-0b95cb251ce0043e393139a22a0f3ac6121406c5.tar.gz samba-0b95cb251ce0043e393139a22a0f3ac6121406c5.tar.bz2 samba-0b95cb251ce0043e393139a22a0f3ac6121406c5.zip |
s4-srvsvc: merge srvsvc_NetShareInfo502 from s3.
Apparently both s3 and s4 are not entirely correct one this. metze is looking
into hand-marshalling security descriptors so this will fix this finally. For
now, just keep the two in sync.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index b8cf89ce3b..d0e52e255b 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -469,9 +469,7 @@ import "security.idl", "svcctl.idl"; uint32 current_users; [string,charset(UTF16)] uint16 *path; [string,charset(UTF16)] uint16 *password; - /* maybe here is a struct sec_desc_buf following */ - uint32 unknown; - [subcontext(4)] security_descriptor *sd; + sec_desc_buf sd_buf; } srvsvc_NetShareInfo502; typedef struct { |