replace NOERROR with a generic error

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8584 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-08 13:02:11 +00:00
parent 0d111afe6e
commit 02a7db8dea

View File

@@ -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"