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
ISC Open Source Projects
Kea
Commits
81ab8dbc
Commit
81ab8dbc
authored
Feb 03, 2011
by
Michal 'vorner' Vaner
Browse files
[trac537] Indentation
parent
18706a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/udpdns.cc
View file @
81ab8dbc
...
...
@@ -257,7 +257,7 @@ UDPServer::operator()(error_code ec, size_t length) {
// Call the DNS answer provider to render the answer into
// wire format
(
*
data_
->
answer_callback_
)(
*
data_
->
io_message_
,
data_
->
query_message_
,
data_
->
answer_message_
,
data_
->
respbuf_
);
data_
->
answer_message_
,
data_
->
respbuf_
);
// Begin an asynchronous send, and then yield. When the
// send completes, we will resume immediately after this point
...
...
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