diff options
Diffstat (limited to 'utils/samba-dig.c')
-rw-r--r-- | utils/samba-dig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/samba-dig.c b/utils/samba-dig.c index 3fd2ecffc4..ec0677a367 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; } |