Commit b7a1093e by Stéphane Graber

Fix the type of i in lxc_mount_auto_mounts

parent 1167aae1
...@@ -747,7 +747,7 @@ static unsigned long add_required_remount_flags(const char *s, const char *d, ...@@ -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;
......
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