Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
40ae159a7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/datasrc_clients_mgr.h

+ 1 - 1
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: