BIND 10 trac2284, updated. f037ebb23cb966f86d11c07bb0f4a80b6043c9b0 [2284] minor comment update about in-memory finder context's getFinder().

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 4 21:31:54 UTC 2012


The branch, trac2284 has been updated
       via  f037ebb23cb966f86d11c07bb0f4a80b6043c9b0 (commit)
      from  b1d4ff896a7781d98513fab8d171090ac3d6a1e4 (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 f037ebb23cb966f86d11c07bb0f4a80b6043c9b0
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 4 14:30:31 2012 -0700

    [2284] minor comment update about in-memory finder context's getFinder().
    
    with the cleanup in this ticket we can now actually return NULL, but
    intermediate status of other #2283 tickets will require non NULL values.
    So, it's probably better to keep the behavior with referring to #2283,
    instead of #2284.

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

Summary of changes:
 src/lib/datasrc/memory/zone_finder.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_finder.cc b/src/lib/datasrc/memory/zone_finder.cc
index 7b36521..86dd874 100644
--- a/src/lib/datasrc/memory/zone_finder.cc
+++ b/src/lib/datasrc/memory/zone_finder.cc
@@ -538,14 +538,14 @@ public:
             const RRClass& rrclass, const ZoneFinderResultContext& result) :
         ZoneFinder::Context(options, ResultContext(result.code, result.rrset,
                                                    result.flags)),
-        finder_(finder),        // NOTE: when #2284 is done we won't need this
+        finder_(finder), // NOTE: when entire #2283 is done we won't need this
         rrclass_(rrclass), zone_data_(result.zone_data),
         found_node_(result.found_node),
         found_rdset_(result.found_rdset)
     {}
 
 protected:
-    // When #2284 is done this can simply return NULL.
+    // When all tickets in #2283 are done this can simply return NULL.
     virtual ZoneFinder* getFinder() { return (&finder_); }
 
     // We don't use the default protected methods that rely on this method,



More information about the bind10-changes mailing list