* adns_s_systemfail is in table of errors (for eg adns_strerror).
authorian <ian>
Wed, 28 Jul 1999 22:11:13 +0000 (22:11 +0000)
committerian <ian>
Wed, 28 Jul 1999 22:11:13 +0000 (22:11 +0000)
changelog
src/general.c

index 9a74f85..a65a148 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+adns (0.4) unstable; urgency=low
+
+  Bugfixes:
+  * adns_s_systemfail is in table of errors (for eg adns_strerror).
+
+ --
+
 adns (0.3) unstable; urgency=low
 
   Incompatible changes:
 adns (0.3) unstable; urgency=low
 
   Incompatible changes:
index 71009f7..12e5983 100644 (file)
@@ -211,6 +211,7 @@ static const struct sinfo {
 
   SINFO(  nomemory,            "Out of memory"                                 ),
   SINFO(  unknownrrtype,       "Query not implemented in DNS library"          ),
 
   SINFO(  nomemory,            "Out of memory"                                 ),
   SINFO(  unknownrrtype,       "Query not implemented in DNS library"          ),
+  SINFO(  systemfail,          "General resolver or system failure"            ),
 
   SINFO(  timeout,             "DNS query timed out"                           ),
   SINFO(  allservfail,         "All nameservers failed"                        ),
 
   SINFO(  timeout,             "DNS query timed out"                           ),
   SINFO(  allservfail,         "All nameservers failed"                        ),