Commit a39f6dd0 by Stéphane Graber

Fix the type of i in lxc_mount_auto_mounts

parent 2e63b88e
...@@ -741,7 +741,7 @@ static unsigned long add_required_remount_flags(const char *s, const char *d, ...@@ -741,7 +741,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment