mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
execute: passing NULL as second argument for recurse_dir() is equivalent to ""
This commit is contained in:
@@ -2832,7 +2832,7 @@ static int acquire_credentials(
|
||||
|
||||
r = recurse_dir(
|
||||
sub_fd,
|
||||
/* path= */ "",
|
||||
/* path= */ NULL,
|
||||
/* statx_mask= */ 0,
|
||||
/* n_depth_max= */ UINT_MAX,
|
||||
RECURSE_DIR_IGNORE_DOT|RECURSE_DIR_ENSURE_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user