mirror of
https://github.com/samba-team/samba.git
synced 2025-10-31 12:23:52 +03:00
removed 2 unnecessary args from make_uni_hdr.
(This used to be commit f84dede27e)
This commit is contained in:
@@ -78,8 +78,7 @@ static BOOL get_sampwd_entries(SAM_USER_INFO_21 *pw_buf,
|
||||
|
||||
user_name_len = strlen(pwd->nt_name);
|
||||
make_unistr2(&(pw_buf[(*num_entries)].uni_user_name), pwd->nt_name, user_name_len);
|
||||
make_uni_hdr(&(pw_buf[(*num_entries)].hdr_user_name), user_name_len,
|
||||
user_name_len, 1);
|
||||
make_uni_hdr(&(pw_buf[(*num_entries)].hdr_user_name), user_name_len);
|
||||
pw_buf[(*num_entries)].user_rid = pwd->user_rid;
|
||||
bzero( pw_buf[(*num_entries)].nt_pwd , 16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user