BIND 10 master, updated. 40ae159a7ae9c1c1049bd8c18e37ed086c1aafae [master] sync with the latest datasrc on result code of getCachedZoneWriter().

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 29 18:01:49 UTC 2012


The branch, master has been updated
       via  40ae159a7ae9c1c1049bd8c18e37ed086c1aafae (commit)
      from  9281b972a87becd0f85b747d5d939f8f2e317247 (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 40ae159a7ae9c1c1049bd8c18e37ed086c1aafae
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Oct 29 11:00:33 2012 -0700

    [master] sync with the latest datasrc on result code of getCachedZoneWriter().

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/datasrc_clients_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/datasrc_clients_mgr.h b/src/bin/auth/datasrc_clients_mgr.h
index aaaf896..854b1fe 100644
--- a/src/bin/auth/datasrc_clients_mgr.h
+++ b/src/bin/auth/datasrc_clients_mgr.h
@@ -544,7 +544,7 @@ DataSrcClientsBuilderBase<MutexType, CondVarType>::getZoneWriter(
         client_list.getCachedZoneWriter(origin);
 
     switch (writerpair.first) {
-    case datasrc::ConfigurableClientList::ZONE_RELOADED: // XXX misleading name
+    case datasrc::ConfigurableClientList::ZONE_SUCCESS:
         assert(writerpair.second);
         return (writerpair.second);
     case datasrc::ConfigurableClientList::ZONE_NOT_FOUND:



More information about the bind10-changes mailing list