conf: initialize pflags

parent 0fd73091
...@@ -2100,9 +2100,10 @@ static inline int mount_entry_on_generic(struct mntent *mntent, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment