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