libcli: Align integer types
authorVolker Lendecke <vl@samba.org>
Sun, 10 Mar 2019 14:36:53 +0000 (15:36 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 18 Mar 2019 19:21:23 +0000 (19:21 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smb2_create_blob.c

index c6b2e1e7c88f510b38b667ca9cdd5204452204e7..5bbcec4e4a8be84f82cc280e056e125986562a3a 100644 (file)
@@ -156,7 +156,7 @@ static NTSTATUS smb2_create_blob_push_one(TALLOC_CTX *mem_ctx, DATA_BLOB *buffer
 NTSTATUS smb2_create_blob_push(TALLOC_CTX *mem_ctx, DATA_BLOB *buffer,
                               const struct smb2_create_blobs blobs)
 {
-       int i;
+       uint32_t i;
        NTSTATUS status;
 
        *buffer = data_blob(NULL, 0);