printing: Align integer types
authorVolker Lendecke <vl@samba.org>
Thu, 9 Jan 2020 13:42:43 +0000 (14:42 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 9 Jan 2020 18:55:36 +0000 (18:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/printing/print_cups.c

index 6ad85498be3a76bcc2160140613339e13fc718d3..96bda2d34b6240befdce28f5ac3a0a749831b211 100644 (file)
@@ -527,7 +527,7 @@ static void cups_async_callback(struct tevent_context *event_ctx,
        struct pcap_data pcap_data;
        DATA_BLOB pcap_blob;
        enum ndr_err_code ndr_ret;
-       int i;
+       uint32_t i;
 
        DEBUG(5,("cups_async_callback: callback received for printer data. "
                "fd = %d\n", cb_args->pipe_fd));