From: Volker Lendecke Date: Sun, 8 Mar 2020 15:50:59 +0000 (+0100) Subject: libcli: Align integer types X-Git-Tag: ldb-2.2.0~1455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12596a3a8d057bd0afad530195ae71f55499bebf;p=thirdparty%2Fsamba.git libcli: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Mar 10 23:08:20 UTC 2020 on sn-devel-184 --- diff --git a/libcli/smb/smb2_negotiate_context.c b/libcli/smb/smb2_negotiate_context.c index f9c98fcf805..b9b8c763a8e 100644 --- a/libcli/smb/smb2_negotiate_context.c +++ b/libcli/smb/smb2_negotiate_context.c @@ -125,7 +125,7 @@ static NTSTATUS smb2_negotiate_context_push_one(TALLOC_CTX *mem_ctx, DATA_BLOB * NTSTATUS smb2_negotiate_context_push(TALLOC_CTX *mem_ctx, DATA_BLOB *buffer, const struct smb2_negotiate_contexts contexts) { - int i; + uint32_t i; NTSTATUS status; *buffer = data_blob(NULL, 0);