1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Removed unused variables.

Jeremy.
(This used to be commit 621fa227bd)
This commit is contained in:
Jeremy Allison 2001-12-21 23:28:04 +00:00
parent e1e64a26fa
commit 7478d27e70

View File

@ -141,8 +141,6 @@ static NTSTATUS load_sampwd_entries(struct samr_info *info, uint16 acb_mask)
for (pdb_init_sam(&pwd); pdb_getsampwent(pwd) == True; pwd=NULL, pdb_init_sam(&pwd) ) {
uint32 len_sam_name, len_sam_full, len_sam_desc;
if (acb_mask != 0 && !(pwd->acct_ctrl & acb_mask)) {
pdb_free_sam(&pwd);
DEBUG(5,(" acb_mask %x reject\n", acb_mask));