From: Volker Lendecke Date: Mon, 2 Sep 2019 09:41:05 +0000 (+0200) Subject: lib: Align integer types X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=930ec152123e6a7c37f38e52cc7fd32f755a6b83;p=bbaumbach%2Fsamba-autobuild%2F.git lib: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c index 6cfa4bbd4f1..e5f399f033e 100644 --- a/source4/lib/messaging/messaging.c +++ b/source4/lib/messaging/messaging.c @@ -364,8 +364,8 @@ NTSTATUS imessaging_process_cleanup( pid_t pid) { struct irpc_name_records *names = NULL; - int i = 0; - int j = 0; + uint32_t i = 0; + uint32_t j = 0; TALLOC_CTX *mem_ctx = talloc_new(NULL); if (mem_ctx == NULL) {