summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares_strerror.c b/ares_strerror.c
index 597ec64..1265cee 100644
--- a/ares_strerror.c
+++ b/ares_strerror.c
@@ -46,7 +46,8 @@ const char *ares_strerror(int code)
"Illegal hints flags specified",
"c-ares library initialization not yet performed",
"Error loading iphlpapi.dll",
- "Could not find GetNetworkParams function"
+ "Could not find GetNetworkParams function",
+ "DNS query cancelled"
};
if(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)))