]> 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>
Wed, 7 Oct 2015 16:19:30 +0000 (17:19 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c

index 7c45301d747bf32c400244bd89c8aea85fc5b7a7..6b32fb46c4803e9f34ba4dd3188017934823faa1 100644 (file)
@@ -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)
 {
        int r;
-       size_t i;
+       int i;
        static struct {
                int match_mask;
                int match_flag;