BUG/MINOR: ssl: continue upon error when opening a directory w/ ca-file

Previous patch was accidentaly breaking upon an error when itarating
through a CA directory. This is not the expected behavior, the function
must start processing the other files after the warning.
This commit is contained in:
William Lallemand 2022-04-01 23:36:05 +02:00
parent 87fd994727
commit 4f6ca32217

View File

@ -1169,7 +1169,6 @@ scandir_err:
BIO_free(in);
free(de);
ha_warning("ca-file: '%s' couldn't load '%s'\n", path, trash.area);
break;
}
free(de_list);