mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 13:47:41 +00:00
conf: initialize pflags
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
0fd7309137
commit
949d0338c6
@ -2100,9 +2100,10 @@ static inline int mount_entry_on_generic(struct mntent *mntent,
|
|||||||
const char *lxc_path)
|
const char *lxc_path)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
unsigned long mntflags, pflags;
|
unsigned long mntflags;
|
||||||
char *mntdata;
|
char *mntdata;
|
||||||
bool dev, optional, relative;
|
bool dev, optional, relative;
|
||||||
|
unsigned long pflags = 0;
|
||||||
char *rootfs_path = NULL;
|
char *rootfs_path = NULL;
|
||||||
|
|
||||||
optional = hasmntopt(mntent, "optional") != NULL;
|
optional = hasmntopt(mntent, "optional") != NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user