conf: initialize pflags

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-03-11 11:33:30 +01:00
parent 0fd7309137
commit 949d0338c6
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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;