mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 07:24:32 +00:00
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:
parent
87fd994727
commit
4f6ca32217
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user