]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Align integer types
authorVolker Lendecke <vl@samba.org>
Mon, 30 Nov 2020 12:39:15 +0000 (13:39 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 4 Dec 2020 21:08:38 +0000 (21:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/tldap.c

index 0e39a30772858055cd886280a538ec1cbde6f2e0..e008b04e5e6b2e527ae9529387fd8bd391c16aa6 100644 (file)
@@ -666,7 +666,8 @@ static void tldap_msg_received(struct tevent_req *subreq)
        uint8_t *inbuf;
        ssize_t received;
        size_t num_pending;
-       int i, err;
+       size_t i;
+       int err;
        TLDAPRC status = TLDAP_PROTOCOL_ERROR;
        int id;
        uint8_t type;