diff options
Diffstat (limited to 'src/core/mount.c')
-rw-r--r-- | src/core/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index 073e9c7193..6fff94d19b 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1927,7 +1927,7 @@ static int mount_load_proc_self_mountinfo(Manager *m, bool set_flags) { assert(m); - r = libmount_parse(NULL, NULL, &table, &iter); + r = libmount_parse_with_utab(&table, &iter); if (r < 0) return log_error_errno(r, "Failed to parse /proc/self/mountinfo: %m"); |