summaryrefslogtreecommitdiff
path: root/libcli/smb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-03-10 15:36:53 +0100
committerJeremy Allison <jra@samba.org>2019-03-18 19:21:23 +0000
commit2f3e251dccbd2c7a79789b9a48c12c360a17fc91 (patch)
tree5cba06cc96374998fe952067c380fd14687138db /libcli/smb
parentd5877ec49e17bcc7012deeb0176837f7fc0d6c0f (diff)
downloadsamba-2f3e251dccbd2c7a79789b9a48c12c360a17fc91.tar.gz
libcli: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/smb')
-rw-r--r--libcli/smb/smb2_create_blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/smb/smb2_create_blob.c b/libcli/smb/smb2_create_blob.c
index c6b2e1e7c88..5bbcec4e4a8 100644
--- a/libcli/smb/smb2_create_blob.c
+++ b/libcli/smb/smb2_create_blob.c
@@ -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);