From: Volker Lendecke Date: Fri, 12 Apr 2019 13:03:26 +0000 (+0200) Subject: libcli: Align integer types X-Git-Tag: tdb-1.4.1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26a0f0aa54ee8521afec696a0b08756ba61c1855;p=thirdparty%2Fsamba.git libcli: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 2a4bf4c03ee..86eeb5f5921 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -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));