1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]

oops!
This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent bc659a09f9
commit ea1d5af105

View File

@ -1881,7 +1881,7 @@ void cmd_sam_add_groupmem(struct client_info *info)
BOOL res3 = True;
BOOL res4 = True;
uint32 ace_perms = 0x02000000; /* absolutely no idea. */
uint32 group_rid[0];
uint32 group_rid[1];
uint32 group_type[1];
char **names = NULL;
uint32 num_names = 0;