]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.c
Set kmsg to 0 by default
[mirror_lxc.git] / src / lxc / conf.c
index f0b224277ceaeec83eb90ec2c0f89a56ae252354..10582aecbfb5faba445a9bcf830da32873d8f187 100644 (file)
@@ -2523,7 +2523,7 @@ struct lxc_conf *lxc_conf_init(void)
                free(new);
                return NULL;
        }
-       new->kmsg = 1;
+       new->kmsg = 0;
        lxc_list_init(&new->cgroup);
        lxc_list_init(&new->network);
        lxc_list_init(&new->mount_list);