Fix the type of i in lxc_mount_auto_mounts

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2015-10-05 12:12:17 +01:00
parent cc4fd5064b
commit 80e80c4011

View File

@ -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) static int lxc_mount_auto_mounts(struct lxc_conf *conf, int flags, struct lxc_handler *handler)
{ {
int r; int r;
size_t i; int i;
static struct { static struct {
int match_mask; int match_mask;
int match_flag; int match_flag;