lib: Align integer types
authorVolker Lendecke <vl@samba.org>
Mon, 2 Sep 2019 09:41:05 +0000 (11:41 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 18 Sep 2019 20:10:24 +0000 (20:10 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/lib/messaging/messaging.c

index 6cfa4bbd4f14e9118be8c27c656ed1ca3e0af4a1..e5f399f033e629ad2d95687de1c525c127201759 100644 (file)
@@ -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) {