mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 08:12:20 +00:00
Fix the type of i in lxc_mount_auto_mounts
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
cc4fd5064b
commit
80e80c4011
@ -747,7 +747,7 @@ static unsigned long add_required_remount_flags(const char *s, const char *d,
|
||||
static int lxc_mount_auto_mounts(struct lxc_conf *conf, int flags, struct lxc_handler *handler)
|
||||
{
|
||||
int r;
|
||||
size_t i;
|
||||
int i;
|
||||
static struct {
|
||||
int match_mask;
|
||||
int match_flag;
|
||||
|
Loading…
Reference in New Issue
Block a user