1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

spotted the mistake in group_info1 parsing.

This commit is contained in:
Luke Leighton
-
parent 78a86c6496
commit e39c0c76ae
2 changed files with 6 additions and 3 deletions

View File

@@ -732,11 +732,12 @@ typedef struct q_samr_query_group_info
typedef struct samr_group_info1
{
UNIHDR hdr_acct_name;
UNIHDR hdr_acct_desc;
uint32 unknown_1; /* 0x0000 0003 - number of group members? */
uint32 unknown_2; /* 0x0000 0001 - number of group members? */
UNIHDR hdr_acct_desc;
UNISTR2 uni_acct_name;
UNISTR2 uni_acct_desc;