X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/15480be436960212fd31b8963516766a68adcdd5..1a80d99bb3940d4b00869aea027e6d1e9488691d:/client/adnstest.c?ds=sidebyside 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");