summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.c
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-13 21:55:04 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-14 13:46:58 +0100
commit06344330a16b2bc6daeeef55bf77eea937446755 (patch)
tree90c370e9afc9d38b28e0eaf377b7f4e71b85072d /src/shared/bootspec.c
parent0a9b88787893a95397d0fdfa0ebaf099ab21944e (diff)
downloadsystemd-06344330a16b2bc6daeeef55bf77eea937446755.tar.gz
chase-symlinks: Remove unused ret_fd arguments
Diffstat (limited to 'src/shared/bootspec.c')
-rw-r--r--src/shared/bootspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c
index 49fb34b4d6..9dddb0e289 100644
--- a/src/shared/bootspec.c
+++ b/src/shared/bootspec.c
@@ -1269,7 +1269,7 @@ static void boot_entry_file_list(
assert(p);
assert(ret_status);
- int status = chase_symlinks_and_access(p, root, CHASE_PREFIX_ROOT|CHASE_PROHIBIT_SYMLINKS, F_OK, NULL, NULL);
+ int status = chase_symlinks_and_access(p, root, CHASE_PREFIX_ROOT|CHASE_PROHIBIT_SYMLINKS, F_OK, NULL);
/* Note that this shows two '/' between the root and the file. This is intentional to highlight (in
* the absence of color support) to the user that the boot loader is only interested in the second