mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
netapi: make sid in GROUP_INFO_3 a pointer.
Guenther
This commit is contained in:
parent
4564581f9a
commit
84dc9bb89d
@ -271,7 +271,7 @@ interface libnetapi
|
||||
typedef struct {
|
||||
string grpi3_name;
|
||||
string grpi3_comment;
|
||||
domsid grpi3_group_sid;
|
||||
domsid *grpi3_group_sid;
|
||||
uint32 grpi3_attributes;
|
||||
} GROUP_INFO_3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user