]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
the array of error messages was incomplete.
authorBrian Wellington <source@isc.org>
Tue, 29 May 2001 22:40:16 +0000 (22:40 +0000)
committerBrian Wellington <source@isc.org>
Tue, 29 May 2001 22:40:16 +0000 (22:40 +0000)
lib/lwres/gai_strerror.c

index 45017d377ce663e447ecaf47ae2e76bf8565fc38..62bc7d90bb4ffef32ad4b0dddf9492871f3a768c 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gai_strerror.c,v 1.12.4.1 2001/01/09 22:52:12 bwelling Exp $ */
+/* $Id: gai_strerror.c,v 1.12.4.2 2001/05/29 22:40:16 bwelling Exp $ */
 
 #include <lwres/netdb.h>
 
@@ -31,7 +31,9 @@ static const char *gai_messages[] = {
        "hostname nor servname provided, or not known",
        "servname not supported for ai_socktype",
        "ai_socktype not supported",
-       "system error returned in errno"
+       "system error returned in errno",
+       "bad hints",
+       "bad protocol"
 };
 
 char *