Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore ENOENT errors when parsing registries.conf.d files
As always listing files in a dir to then read them is racy as the file might have been removed in the meantime. Thus we must ignore ENOENT errors when the file is opened. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information