Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ce14d5ca
Commit
ce14d5ca
authored
Jan 18, 2011
by
Jelte Jansen
Browse files
Merge branch 'trac479'
parents
692e3a1c
986bddd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/resolver/resolver.cc
View file @
ce14d5ca
...
...
@@ -260,6 +260,7 @@ public:
Message
incoming
(
Message
::
PARSE
);
InputBuffer
ibuf
(
buffer
->
getData
(),
buffer
->
getLength
());
incoming
.
fromWire
(
ibuf
);
message
->
setRcode
(
incoming
.
getRcode
());
for_each
(
incoming
.
beginSection
(
Message
::
SECTION_ANSWER
),
incoming
.
endSection
(
Message
::
SECTION_ANSWER
),
SectionInserter
(
message
,
Message
::
SECTION_ANSWER
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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