mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
tmpfiles: fix output value assignment
Fixes a bug in 7eeda1da90 (v256).
This commit is contained in:
@@ -587,7 +587,7 @@ static int opendir_and_stat(
|
||||
|
||||
*ret = NULL;
|
||||
*ret_sx = (struct statx) {};
|
||||
*ret_mountpoint = NULL;
|
||||
*ret_mountpoint = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user