mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-12 16:45:16 -04:00
Don't increase failure count for dangling symlinks
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
32ffb2b8bc
commit
168bcd684b
@ -1662,8 +1662,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