From: Volker Lendecke Date: Mon, 30 Nov 2020 12:39:15 +0000 (+0100) Subject: lib: Align integer types X-Git-Tag: samba-4.14.0rc1~512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=441fdc1280bc2158a3bc7cf9c9896cf93b7c8be3;p=thirdparty%2Fsamba.git lib: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 0e39a307728..e008b04e5e6 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -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;