kdig: set AA flag on NOTIFY query

This commit is contained in:
Jan Doskočil 2026-01-06 13:43:50 +01:00 committed by Daniel Salzman
parent 71ead1af3b
commit 0d6a7b334f

View file

@ -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;