mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
r15441: cleanup older unused padding.
Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
26dd22c9af
commit
6e225e0528
@@ -712,8 +712,6 @@ void init_unk_info2(SAM_UNK_INFO_2 * u_2,
|
||||
u_2->num_domain_grps = num_groups;
|
||||
u_2->num_local_grps = num_alias;
|
||||
|
||||
memset(u_2->padding, 0, sizeof(u_2->padding)); /* 12 bytes zeros */
|
||||
|
||||
init_unistr2(&u_2->uni_comment, comment, UNI_FLAGS_NONE);
|
||||
init_uni_hdr(&u_2->hdr_comment, &u_2->uni_comment);
|
||||
init_unistr2(&u_2->uni_domain, domain, UNI_FLAGS_NONE);
|
||||
|
||||
Reference in New Issue
Block a user