libcli: Align integer types
authorVolker Lendecke <vl@samba.org>
Fri, 12 Apr 2019 13:03:26 +0000 (15:03 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 3 May 2019 22:34:16 +0000 (22:34 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/libcli/resolve/dns_ex.c

index 2a4bf4c03ee6212011ec8e7c2a49be6c5933df90..86eeb5f5921eef2a166eb26561a8e868b2921811 100644 (file)
@@ -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));