BIND 10 master, updated. 08d197753711038ef73a50ebc4458df5a454f648 [master] remove "[XX] got an answer debugging" output
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 9 13:49:10 UTC 2011
The branch, master has been updated
via 08d197753711038ef73a50ebc4458df5a454f648 (commit)
from 290bbf2d7c93c202b22f1f4e2638ae01038bc983 (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 08d197753711038ef73a50ebc4458df5a454f648
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Mar 9 07:48:48 2011 -0600
[master] remove "[XX] got an answer debugging" output
okayed via jabber
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/udp_server.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/udp_server.cc b/src/lib/asiolink/udp_server.cc
index 2c19608..063926e 100644
--- a/src/lib/asiolink/udp_server.cc
+++ b/src/lib/asiolink/udp_server.cc
@@ -266,8 +266,6 @@ UDPServer::operator()(error_code ec, size_t length) {
// this point.
CORO_YIELD data_->io_.post(AsyncLookup<UDPServer>(*this));
- dlog("[XX] got an answer");
-
// The 'done_' flag indicates whether we have an answer
// to send back. If not, exit the coroutine permanently.
if (!data_->done_) {
More information about the bind10-changes
mailing list