From 441fdc1280bc2158a3bc7cf9c9896cf93b7c8be3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 Nov 2020 13:39:15 +0100 Subject: [PATCH] lib: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/tldap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.3