mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
idmap_hash: Align integer types
Loop-variable and bound should be the same type Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
95dcdd3d4f
commit
ea50825acf
@ -110,7 +110,7 @@ static NTSTATUS idmap_hash_initialize(struct idmap_domain *dom)
|
||||
NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;
|
||||
struct winbindd_tdc_domain *dom_list = NULL;
|
||||
size_t num_domains = 0;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
DBG_ERR("The idmap_hash module is deprecated and should not be used. "
|
||||
"Please migrate to a different plugin. This module will be "
|
||||
|
Loading…
Reference in New Issue
Block a user