X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmount-util.c;h=d757abad90c3e4c73361ae8928aa06b34c6a464b;hb=62383061a34dc8233b3e26c49271d5cb43fcb0f6;hp=477342e71f433cb48c4c912d06e01e741ef700e1;hpb=2f30582bd3d00ce582d190ddb379e46e0a67f813;p=elogind.git diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index 477342e71..d757abad9 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -219,7 +219,7 @@ int path_is_mount_point(const char *t, const char *root, int flags) { * /bin -> /usr/bin/ and /usr is a mount point, then the parent that we * look at needs to be /usr, not /. */ if (flags & AT_SYMLINK_FOLLOW) { - r = chase_symlinks(t, root, &canonical); + r = chase_symlinks(t, root, 0, &canonical); if (r < 0) return r;