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
Sebastian Schrader
Kea
Commits
f2256e0e
Commit
f2256e0e
authored
Mar 17, 2011
by
Jelte Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[trac697] move decls to instide try block
parent
8d638e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/lib/resolve/recursive_query.cc
src/lib/resolve/recursive_query.cc
+3
-2
No files found.
src/lib/resolve/recursive_query.cc
View file @
f2256e0e
...
...
@@ -620,9 +620,10 @@ public:
dlog
(
"RTT: "
+
boost
::
lexical_cast
<
std
::
string
>
(
rtt
));
current_ns_address
.
updateRTT
(
rtt
);
Message
incoming
(
Message
::
PARSE
);
InputBuffer
ibuf
(
buffer_
->
getData
(),
buffer_
->
getLength
());
try
{
Message
incoming
(
Message
::
PARSE
);
InputBuffer
ibuf
(
buffer_
->
getData
(),
buffer_
->
getLength
());
incoming
.
fromWire
(
ibuf
);
buffer_
->
clear
();
...
...
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