mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
kdig: set AA flag on NOTIFY query
This commit is contained in:
parent
71ead1af3b
commit
0d6a7b334f
1 changed files with 1 additions and 1 deletions
|
|
@ -2131,9 +2131,9 @@ static int parse_type(const char *value, query_t *query)
|
|||
query->serial = serial;
|
||||
query->notify = notify;
|
||||
|
||||
// If NOTIFY, reset default RD flag.
|
||||
if (query->notify) {
|
||||
query->flags.rd_flag = false;
|
||||
query->flags.aa_flag = true;
|
||||
}
|
||||
|
||||
return KNOT_EOK;
|
||||
|
|
|
|||
Loading…
Reference in a new issue