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