mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
vfs_fileid: Fix a signed/unsigned mixup
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3aefd277f6
commit
3c0d86e68d
@ -100,7 +100,7 @@ nomem:
|
||||
static struct fileid_mount_entry *fileid_find_mount_entry(struct fileid_handle_data *data,
|
||||
SMB_DEV_T dev)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
if (data->num_mount_entries == 0) {
|
||||
fileid_load_mount_entries(data);
|
||||
|
Loading…
Reference in New Issue
Block a user