X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fumount.c;h=2ae8f86ecd103cc98ff01dee344343a2f7a5c1f7;hb=92ab323c824300683efb11fd43c9d834cea9b9e6;hp=0081d979d9d0128fd99ffa179dcebffc943d6484;hpb=9279749b84cc87c7830280b7895a48bed03c9429;p=elogind.git diff --git a/src/umount.c b/src/umount.c index 0081d979d..2ae8f86ec 100644 --- a/src/umount.c +++ b/src/umount.c @@ -105,7 +105,7 @@ static int mount_points_list_get(MountPoint **head) { goto finish; } - if (mount_point_is_api(p)) { + if (mount_point_is_api(p) || mount_point_ignore(p)) { free(p); continue; }