mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Don't increase failure count for dangling symlinks
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -1662,8 +1662,8 @@ cleanup:
|
|||||||
{
|
{
|
||||||
if( errno == ENOENT )
|
if( errno == ENOENT )
|
||||||
{
|
{
|
||||||
/* Broken link */
|
/* Broken link - ignore this entry */
|
||||||
ret++;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user