From: ian Date: Sun, 8 Nov 1998 16:58:47 +0000 (+0000) Subject: Add fixme. X-Git-Tag: wip.base.getaddrinfo~416 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/680d2a652d5185d75c206444e9e8db9b82b3121c?hp=9a2b67d440670e757c2e8e00f6ba3098333c7ddc Add fixme. --- diff --git a/src/reply.c b/src/reply.c index cbb66a1..f98540c 100644 --- a/src/reply.c +++ b/src/reply.c @@ -57,6 +57,9 @@ void adns__procdgram(adns_state ads, const byte *dgram, int dglen, flg_rd= f1&0x01; flg_ra= f2&0x80; rcode= (f1&0x0f); + /* fixme: change this to f2 (which is where rcode really is), BUT + * not until we've figured out why the error code is wrong (bad format code 203) + */ if (!flg_qr) { adns__diag(ads,serv,0,"server sent us a query, not a response");