BIND 10 trac2834, updated. 2b67b0507c180a32d14f843d26b99614cb1a88ae [2834] untabified
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 23 17:27:45 UTC 2013
The branch, trac2834 has been updated
via 2b67b0507c180a32d14f843d26b99614cb1a88ae (commit)
from fa304f6d472075939f45a1e59a45c6a6c82d8ac7 (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 2b67b0507c180a32d14f843d26b99614cb1a88ae
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 23 10:27:29 2013 -0700
[2834] untabified
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/client_list.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h
index 95023b7..875b2af 100644
--- a/src/lib/datasrc/client_list.h
+++ b/src/lib/datasrc/client_list.h
@@ -343,8 +343,8 @@ public:
enum ReloadResult {
CACHE_DISABLED, ///< The cache is not enabled in this list.
ZONE_NOT_CACHED, ///< Zone is served directly, not from cache
- /// (including the case cache is disabled for
- /// the specific data source).
+ /// (including the case cache is disabled for
+ /// the specific data source).
ZONE_NOT_FOUND, ///< Zone does not exist in this list.
ZONE_SUCCESS ///< The zone was successfully reloaded or
/// the writer provided.
@@ -422,8 +422,8 @@ public:
std::string name_;
const internal::CacheConfig* getCacheConfig() const {
- return (cache_conf_.get());
- }
+ return (cache_conf_.get());
+ }
private:
// this is kept private for now. When it needs to be accessed,
// we'll add a read-only getter method.
More information about the bind10-changes
mailing list