X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=utils%2Fsamba-dig.c;h=ec0677a367f68ccc6e5a31b38bbdd6fb325f6d27;hp=3fd2ecffc4fd946e0e93e7449f9cced7e31e2de0;hb=26f7a676f9a0f6f8c5ae3bef9247c675734f35cd;hpb=06dd4d8ee1c5440809fa87fd8a1f3cfac8e9036a diff --git a/utils/samba-dig.c b/utils/samba-dig.c index 3fd2ecffc4f..ec0677a367f 100644 --- a/utils/samba-dig.c +++ b/utils/samba-dig.c @@ -42,7 +42,7 @@ static struct dns_name_packet *make_name_packet(TALLOC_CTX *mem_ctx, } packet->id = random(); - packet->operation |= operation; + packet->operation |= operation | DNS_FLAG_RECURSION_DESIRED; return packet; }