librpc: Align integer types
authorVolker Lendecke <vl@samba.org>
Fri, 1 May 2020 17:26:40 +0000 (19:26 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 May 2020 11:48:39 +0000 (11:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/rpc/dcerpc_util.c

index cf6cb942b1c84d4d1912cdc193100ff9016e8dbe..3d622b2be499732eeccc7ebef68ef7273de8e855 100644 (file)
@@ -996,7 +996,7 @@ const char *dcerpc_default_transport_endpoint(TALLOC_CTX *mem_ctx,
        NTSTATUS status;
        const char *p = NULL;
        const char *endpoint = NULL;
-       int i;
+       uint32_t i;
        struct dcerpc_binding *default_binding = NULL;
        TALLOC_CTX *frame = talloc_stackframe();