chiark / gitweb /
* adns_s_systemfail is in table of errors (for eg adns_strerror).
[adns] / src / general.c
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(  systemfail,          "General resolver or system failure"            ),
 
   SINFO(  timeout,             "DNS query timed out"                           ),
   SINFO(  allservfail,         "All nameservers failed"                        ),