X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/15480be436960212fd31b8963516766a68adcdd5..31af3b4524f2a8d88a755900e934424ac6a5aab2:/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");