[svn] commit: r3386 - /branches/vorner-recursor-config/src/bin/recurse/recursor.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 28 09:39:33 UTC 2010
Author: vorner
Date: Thu Oct 28 09:39:33 2010
New Revision: 3386
Log:
Fix comment
Modified:
branches/vorner-recursor-config/src/bin/recurse/recursor.cc
Modified: branches/vorner-recursor-config/src/bin/recurse/recursor.cc
==============================================================================
--- branches/vorner-recursor-config/src/bin/recurse/recursor.cc (original)
+++ branches/vorner-recursor-config/src/bin/recurse/recursor.cc Thu Oct 28 09:39:33 2010
@@ -111,7 +111,9 @@
ModuleCCSession* config_session_;
bool verbose_mode_;
/// Addresses of the forward nameserver
- vector<addr_t> upstream_, listen_;
+ vector<addr_t> upstream_;
+ /// Addresses we listen on
+ vector<addr_t> listen_;
private:
More information about the bind10-changes
mailing list