From: Yang Tse Date: Fri, 2 Feb 2007 16:01:15 +0000 (+0000) Subject: add missing strings for existing error codes X-Git-Tag: curl-7_16_2~377 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8260243be1d2bdfc8ab960c24618430f8c45076c;p=thirdparty%2Fcurl.git add missing strings for existing error codes --- diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c index 67fc4f9997..28d2e0bf16 100644 --- a/ares/ares_strerror.c +++ b/ares/ares_strerror.c @@ -41,7 +41,9 @@ const char *ares_strerror(int code) "Out of memory", "Channel is being destroyed", "Misformatted string", - "Illegal flags specified" + "Illegal flags specified", + "Given hostname is not numeric", + "Illegal hints flags specified" }; assert(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)));