]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix the type of i in lxc_mount_auto_mounts
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 5 Oct 2015 11:12:17 +0000 (12:12 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 5 Oct 2015 11:12:17 +0000 (12:12 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c

index b219a8666ed4245b82d86276bc0789fc7cfff500..6728c78253743a25e207241a222319dd7652a2eb 100644 (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)
 {
        int r;
-       size_t i;
+       int i;
        static struct {
                int match_mask;
                int match_flag;