mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
libcli: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7738a5380f
commit
26a0f0aa54
@ -272,7 +272,7 @@ static struct dns_records_container get_srv_records(TALLOC_CTX *mem_ctx,
|
||||
struct dns_rr_srv *dclist;
|
||||
NTSTATUS status;
|
||||
uint32_t total;
|
||||
unsigned i;
|
||||
int i;
|
||||
int count;
|
||||
|
||||
memset(&ret, 0, sizeof(struct dns_records_container));
|
||||
|
Loading…
x
Reference in New Issue
Block a user