]> git.pld-linux.org Git - packages/c-ares.git/blame - c-ares-resolv.conf-reading-is-not-fatal.patch
- updated to 1.28.1
[packages/c-ares.git] / c-ares-resolv.conf-reading-is-not-fatal.patch
CommitLineData
a2383a5a
JB
1--- c-ares-1.28.1/src/lib/ares__buf.c.orig 2024-03-22 23:59:26.000000000 +0100
2+++ c-ares-1.28.1/src/lib/ares__buf.c 2024-04-01 17:47:48.883009988 +0200
3@@ -1156,6 +1156,7 @@ ares_status_t ares__buf_load_file(const
8ffc0698
JP
4 switch (error) {
5 case ENOENT:
6 case ESRCH:
7+ case EACCES:
a2383a5a
JB
8 status = ARES_ENOTFOUND;
9 goto done;
8ffc0698 10 default:
This page took 0.142974 seconds and 4 git commands to generate.