X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/ae8cc9775a6eb23901a89a2604f73525b0553db8..e2fec10fdb9e1052965b7b37187e89a8b1db7073:/client/adnstest.c diff --git a/client/adnstest.c b/client/adnstest.c index 550cf27..99da619 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -32,6 +32,7 @@ #include #include +#define ADNS_FEATURE_MANYAF #include "config.h" #include "adns.h" @@ -251,7 +252,8 @@ int main(int argc, char *const *argv) { mc->doneyet= 0; mc->fdom= fdomlist[qi]; - fprintf(stdout,"%s flags %d type %d",domain,qflags,types[ti]); + fprintf(stdout,"%s flags %d type %d", + domain,qflags,types[ti]&adns_rrt_reprmask); r= adns_submit(ads,domain,types[ti],qflags,mc,&mc->qu); if (r == ENOSYS) { fprintf(stdout," not implemented\n");