BIND 10 trac537, updated. 81ab8dbc34ed3b181170ecaf553266dfdfaf123f [trac537] Indentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 3 15:52:08 UTC 2011
The branch, trac537 has been updated
via 81ab8dbc34ed3b181170ecaf553266dfdfaf123f (commit)
via 18706a6018483a20fff84781c5d2fced811c7a4f (commit)
from bf944144b1283d93a5138145cbdb576cea7a9fa0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 81ab8dbc34ed3b181170ecaf553266dfdfaf123f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Feb 3 16:50:09 2011 +0100
[trac537] Indentation
commit 18706a6018483a20fff84781c5d2fced811c7a4f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Feb 3 16:47:22 2011 +0100
[trac537] Typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/udpdns.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/udpdns.cc b/src/lib/asiolink/udpdns.cc
index 56bcee2..83f7b3c 100644
--- a/src/lib/asiolink/udpdns.cc
+++ b/src/lib/asiolink/udpdns.cc
@@ -126,7 +126,7 @@ struct UDPServer::Data {
// are not copyable.
boost::shared_ptr<asio::ip::udp::socket> socket_;
- // The ASIO-enternal endpoint object representing the client
+ // The ASIO-internal endpoint object representing the client
std::auto_ptr<asio::ip::udp::endpoint> sender_;
// \c IOMessage and \c Message objects to be passed to the
@@ -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
More information about the bind10-changes
mailing list