1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

Debug level 12 is a typo.

Jeremy.
(This used to be commit 4d9b205362997f897be4739efd52ee2cfde4c6cb)
This commit is contained in:
Jeremy Allison 2002-10-23 01:55:40 +00:00
parent 7689a9c969
commit b064077145

View File

@ -281,7 +281,7 @@ static NTSTATUS load_sampwd_entries(struct samr_info *info, uint16 acb_mask, BOO
info->all_machines = all_machines;
info->disp_info.user_dbloaded=True;
DEBUG(12,("load_sampwd_entries: done\n"));
DEBUG(10,("load_sampwd_entries: done\n"));
return nt_status;
}
@ -333,7 +333,7 @@ static NTSTATUS load_group_domain_entries(struct samr_info *info, DOM_SID *sid)
info->disp_info.group_dbloaded=True;
DEBUG(12,("load_group_domain_entries: done\n"));
DEBUG(10,("load_group_domain_entries: done\n"));
return NT_STATUS_OK;
}