[svn] commit: r1936 - /branches/feng-authnotify/src/bin/auth/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 26 10:37:10 UTC 2010
Author: hanfeng
Date: Wed May 26 10:37:10 2010
New Revision: 1936
Log:
remove debug message printing
Modified:
branches/feng-authnotify/src/bin/auth/main.cc
Modified: branches/feng-authnotify/src/bin/auth/main.cc
==============================================================================
--- branches/feng-authnotify/src/bin/auth/main.cc (original)
+++ branches/feng-authnotify/src/bin/auth/main.cc Wed May 26 10:37:10 2010
@@ -171,12 +171,13 @@
ElementPtr env, answer;
tmp_session_with_xfr.group_recvmsg(env, answer, false, seq);
int rcode;
+ cerr << "++++++++before parese answer\n";
ElementPtr err = parseAnswer(rcode, answer);
if (rcode != 0)
{
std::cerr << "notify send failed" << std::endl;
}
- tmp_session_with_xfr.disconnect();
+ cerr << "++++++++after parese answer\n";
//set the qr bit
uint8_t *qr_start_byte = data + 2;
*qr_start_byte |= 0x80;
More information about the bind10-changes
mailing list