mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
nbt_server: Align integer types
sizeof returns size_t Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Apr 18 00:11:51 CEST 2018 on sn-devel-144
This commit is contained in:
parent
a7d5250597
commit
fc473cd282
@ -67,7 +67,7 @@ NTSTATUS nbtd_dgram_setup(struct nbtd_interface *iface, const char *bind_address
|
||||
NTSTATUS status;
|
||||
TALLOC_CTX *tmp_ctx = talloc_new(iface);
|
||||
/* the list of mailslots that we are interested in */
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
if (!tmp_ctx) {
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
|
Loading…
Reference in New Issue
Block a user