mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 10 23:08:20 UTC 2020 on sn-devel-184
This commit is contained in:
parent
52b5bcb602
commit
12596a3a8d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user