From 02a7db8deafffa2500df9789453371eeeb9aff69 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 8 Jul 2000 13:02:11 +0000 Subject: [PATCH] replace NOERROR with a generic error git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8584 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/heim_err.et | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/heim_err.et b/lib/krb5/heim_err.et index c8b27f440..761581ef8 100644 --- a/lib/krb5/heim_err.et +++ b/lib/krb5/heim_err.et @@ -19,7 +19,8 @@ error_code BAD_MKEY, "Failed to get the master key" index 128 prefix HEIM_EAI -error_code NOERROR, "no error" +#error_code NOERROR, "no error" +error_code UNKNOWN, "unknown error from getaddrinfo" error_code ADDRFAMILY, "address family for nodename not supported" error_code AGAIN, "temporary failure in name resolution" error_code BADFLAGS, "invalid value for ai_flags"