Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Knot projects
Knot DNS
Commits
20383d6e
Commit
20383d6e
authored
May 16, 2017
by
Libor Peltan
Committed by
Daniel Salzman
May 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ksk_rollover/parentDSquery: RD flag to possibly use resolver for parent check
parent
07403cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/knot/events/handlers/parent_ds_query.c
src/knot/events/handlers/parent_ds_query.c
+2
-0
No files found.
src/knot/events/handlers/parent_ds_query.c
View file @
20383d6e
...
...
@@ -55,6 +55,8 @@ static int ds_query_produce(knot_layer_t *layer, knot_pkt_t *pkt)
return
KNOT_STATE_FAIL
;
}
knot_wire_set_rd
(
pkt
->
wire
);
return
KNOT_STATE_CONSUME
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment