This is an issue for things like disabling minimisation, which only works
for the original query and not for the CNAME target.
return KR_STATE_FAIL;
}
next->flags.AWAIT_CUT = true;
+
+ /* Copy transitive flags from original query to CNAME followup. */
+ next->flags.TRACE = query->flags.TRACE;
+ next->flags.ALWAYS_CUT = query->flags.ALWAYS_CUT;
+ next->flags.NO_MINIMIZE = query->flags.NO_MINIMIZE;
+ next->flags.NO_THROTTLE = query->flags.NO_THROTTLE;
+
if (query->flags.FORWARD) {
next->forward_flags.CNAME = true;
if (query->parent == NULL) {