BIND 10 trac2377, updated. 85c5f47252f0db064ece1a00c121cca9519d3b42 [2377] constify

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 7 23:29:49 UTC 2012


The branch, trac2377 has been updated
       via  85c5f47252f0db064ece1a00c121cca9519d3b42 (commit)
      from  1ba16e4d72f4923946981997fed48eccb786a0e0 (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 85c5f47252f0db064ece1a00c121cca9519d3b42
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Dec 7 15:29:40 2012 -0800

    [2377] constify

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

Summary of changes:
 src/lib/dns/master_loader.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index ed5f019..8b91dd7 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -96,7 +96,7 @@ private:
     const RRClass zone_class_;
     MasterLoaderCallbacks callbacks_;
     AddRRCallback add_callback_;
-    MasterLoader::Options options_;
+    const MasterLoader::Options options_;
     const std::string master_file_;
     std::string string_token_;
     bool initialized_;



More information about the bind10-changes mailing list