mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-07 22:31:21 -04:00
main.c: fix typo
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
a7c8295806
commit
a468981104
2
main.c
2
main.c
@ -1084,7 +1084,7 @@ load_dir (struct ovl_data *lo, struct ovl_node *n, struct ovl_layer *layer, char
|
|||||||
if (dp == NULL)
|
if (dp == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
cleanup_fd = -1; /* It is not owned by dp. */
|
cleanup_fd = -1; /* It is now owned by dp. */
|
||||||
|
|
||||||
fd = dirfd (dp);
|
fd = dirfd (dp);
|
||||||
for (;;)
|
for (;;)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user