mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-09 21:44:28 +00:00
Don't increase failure count for dangling symlinks
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
e1bfffc4f6
commit
935154ef04
@ -1679,8 +1679,8 @@ cleanup:
|
|||||||
{
|
{
|
||||||
if( errno == ENOENT )
|
if( errno == ENOENT )
|
||||||
{
|
{
|
||||||
/* Broken link */
|
/* Broken link - ignore this entry */
|
||||||
ret++;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user