X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/8de0fa76b3e27b4a96db5c77415962117650afa7..129d80382ae266cd6f0bae8bf104f8452ae4314b:/client/adnstest.c diff --git a/client/adnstest.c b/client/adnstest.c index 550cf27..20f7c31 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -251,7 +251,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");