[svn] commit: r244 - /branches/f2f200910/src/bin/host/host.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 30 19:00:56 UTC 2009
Author: jreed
Date: Fri Oct 30 19:00:56 2009
New Revision: 244
Log:
Comment out some incomplete code (so will compile).
For now use the -v switch.
Modified:
branches/f2f200910/src/bin/host/host.cc
Modified: branches/f2f200910/src/bin/host/host.cc
==============================================================================
--- branches/f2f200910/src/bin/host/host.cc (original)
+++ branches/f2f200910/src/bin/host/host.cc Fri Oct 30 19:00:56 2009
@@ -95,12 +95,13 @@
continue;
}
vector<Rdata::IN::A> addresses;
- (*it)->getRdatalist<Rdata::IN::A>(addresses);
- for (vector<Rdata::IN::A>::const_iterator ait =
- addresses.begin(); ait != addresses.end(); ++ait) {
-
- ait->getAddress(); //this should return in_addr&
- }
+// (*it)->getRdatalist<Rdata::IN::A>(addresses);
+// for (vector<Rdata::IN::A>::const_iterator ait =
+//
+// addresses.begin(); ait != addresses.end(); ++ait) {
+//
+// ait->getAddress(); //this should return in_addr&
+// }
}
} else {
More information about the bind10-changes
mailing list