1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r16646: Fix bug #3888 reported by Jason Mader <jason@ncac.gwu.edu>.

Jeremy.
This commit is contained in:
Jeremy Allison 2006-06-28 21:33:52 +00:00 committed by Gerald (Jerry) Carter
parent ee2b2d96b6
commit 433d7a1bc9

View File

@ -1618,7 +1618,7 @@ static BOOL make_samr_lookup_rids(TALLOC_CTX *ctx, uint32 num_names,
NTSTATUS _samr_lookup_rids(pipes_struct *p, SAMR_Q_LOOKUP_RIDS *q_u, SAMR_R_LOOKUP_RIDS *r_u)
{
const char **names;
uint32 *attrs = NULL;
enum SID_NAME_USE *attrs = NULL;
UNIHDR *hdr_name = NULL;
UNISTR2 *uni_name = NULL;
DOM_SID pol_sid;