diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index b699a1e5be9..0e40896ec64 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -586,7 +586,7 @@ static int opendir_and_stat( *ret = NULL; *ret_sx = (struct statx) {}; - *ret_mountpoint = NULL; + *ret_mountpoint = false; return 0; }