X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnspawn.c;h=8c3cf6bfaaeb4ef491260b9efa6020ef21c577fd;hb=3377af3e2232af58091f664a3223528a1017af72;hp=19d95b214f2aad3f3bfe77d4da0a0f2ce95b0f7d;hpb=5ed27dbdbfe866810a52ff8225bcf61590861823;p=elogind.git diff --git a/src/nspawn.c b/src/nspawn.c index 19d95b214..8c3cf6bfa 100644 --- a/src/nspawn.c +++ b/src/nspawn.c @@ -167,7 +167,7 @@ static int mount_all(const char *dest) { break; } - if ((t = path_is_mount_point(where)) < 0) { + if ((t = path_is_mount_point(where, false)) < 0) { log_error("Failed to detect whether %s is a mount point: %s", where, strerror(-t)); free(where);