mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix for insure missmatched parameter error.
Jeremy.
This commit is contained in:
parent
15584d30cd
commit
b32b1afe25
@ -108,7 +108,7 @@ static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid)
|
||||
***************************************************************************/
|
||||
|
||||
static void init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2,
|
||||
int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS],
|
||||
int num_entries, UNISTR2 *name,
|
||||
uint32 *mapped_count, BOOL endian)
|
||||
{
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user