mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 15:27:31 +00:00
Revert "Fix check against LXCROOTFSMOUNT to use strcmp"
This reverts commit 5bf2c5ce9b
.
This commit is contained in:
parent
8dff643f44
commit
c95cf86f39
@ -2576,7 +2576,7 @@ void lxc_conf_free(struct lxc_conf *conf)
|
||||
return;
|
||||
if (conf->console.path)
|
||||
free(conf->console.path);
|
||||
if (strcmp(conf->rootfs.mount, LXCROOTFSMOUNT) != 0)
|
||||
if (conf->rootfs.mount != LXCROOTFSMOUNT)
|
||||
free(conf->rootfs.mount);
|
||||
lxc_clear_config_network(conf);
|
||||
#if HAVE_APPARMOR
|
||||
|
Loading…
Reference in New Issue
Block a user