X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fgeneral.c;h=00a1ae808f2d7ef23d3ba4faf1ba693efb9ac76e;hb=dd34699eca563b946f6d9665b1b85fdb57e3bb25;hp=71009f7d674c36d22221e1708fba911c10bcccd7;hpb=9da4a044c4d2e0a960cf8f33c62774db02f4402d;p=adns.git diff --git a/src/general.c b/src/general.c index 71009f7..00a1ae8 100644 --- a/src/general.c +++ b/src/general.c @@ -22,7 +22,6 @@ */ #include -#include #include #include @@ -211,6 +210,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" ), @@ -225,7 +225,7 @@ static const struct sinfo { SINFO( rcodeunknown, "Nameserver sent unknown response code" ), SINFO( inconsistent, "Inconsistent resource records in DNS" ), - SINFO( prohibitedcname, "DNS data refers to an alias" ), + SINFO( prohibitedcname, "DNS alias found where canonical name wanted" ), SINFO( answerdomaininvalid, "Found syntactically invalid domain name" ), SINFO( answerdomaintoolong, "Found overly-long domain name" ), SINFO( invaliddata, "Found invalid DNS data" ),