chiark / gitweb /
* 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 9a74f85b583abba0519c5ceafae6af125e193931..a65a14870b12bbe6c561ebd423463496d170abe5 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 71009f7d674c36d22221e1708fba911c10bcccd7..12e5983efcec7593e93ffd42f5c3ce39c4341815 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"                        ),