BIND 10 master, updated. 2e697f95732f976f3ba51a671a0c23d2057f3162 [master] namespace fix (sunstudio)
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 11 18:48:59 UTC 2011
The branch, master has been updated
via 2e697f95732f976f3ba51a671a0c23d2057f3162 (commit)
from e2c01932a3a51d44a76cdfe7c97bcc14bab8a1cc (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 2e697f95732f976f3ba51a671a0c23d2057f3162
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Mar 11 18:48:39 2011 +0000
[master] namespace fix (sunstudio)
-----------------------------------------------------------------------
Summary of changes:
src/lib/nsas/zone_entry.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/nsas/zone_entry.cc b/src/lib/nsas/zone_entry.cc
index b028ca4..16bd71e 100644
--- a/src/lib/nsas/zone_entry.cc
+++ b/src/lib/nsas/zone_entry.cc
@@ -143,7 +143,7 @@ class ZoneEntry::ResolverCallback :
Name ns_name(dynamic_cast<const rdata::generic::NS&>(
iterator->getCurrent()).getNSName());
// Try to find it in the old ones
- map<string, NameserverPtr>::iterator old_ns(old.find(
+ std::map<string, NameserverPtr>::iterator old_ns(old.find(
ns_name.toText()));
/*
* We didn't have this nameserver before. So we just
More information about the bind10-changes
mailing list