mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:vfs_nettalk: Fix size types
This fixes compilation with -Wstrict-overflow=2 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
8a108f624d
commit
b19a810206
@ -118,7 +118,7 @@ static int atalk_unlink_file(const char *path)
|
||||
|
||||
static void atalk_add_to_list(name_compare_entry **list)
|
||||
{
|
||||
int i, count = 0;
|
||||
size_t i, count = 0;
|
||||
name_compare_entry *new_list = 0;
|
||||
name_compare_entry *cur_list = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user