]> 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 13:36:38 +0000 (14:36 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c

index 50ca8ddc1a01d1c3a58467178df3d1bbd388c0df..5289466baf04b257a8792fe09a895158e63dbd33 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;