]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: add missing newline in lxc_mount_auto_mounts() 3707/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 9 Mar 2021 10:29:31 +0000 (11:29 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 9 Mar 2021 10:29:31 +0000 (11:29 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c

index 8254c42a90edd60622fd2144f28d1974bafba399..9d0fba320cdcaffd8ac54649adc5b3c65a442a1b 100644 (file)
@@ -646,6 +646,7 @@ static int lxc_mount_auto_mounts(struct lxc_handler *handler, int flags)
         for (i = 0; default_mounts[i].match_mask; i++) {
                __do_free char *destination = NULL, *source = NULL;
                unsigned long mflags;
+
                if ((flags & default_mounts[i].match_mask) != default_mounts[i].match_flag)
                        continue;