]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2282] Merge branch 'trac2219' into trac2282
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 25 Sep 2012 21:43:03 +0000 (14:43 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 25 Sep 2012 21:43:03 +0000 (14:43 -0700)
1  2 
configure.ac
src/lib/datasrc/memory/memory_client.cc
src/lib/datasrc/memory/zone_finder.cc

diff --cc configure.ac
Simple merge
index cb56b8f8b6a95429e84783925d27f3757c43f4cf,25c276427d58bde66955fc896c99859bc11f96e7..b3c8ba0243156409b9183d35207c943156a955b4
@@@ -558,9 -626,13 +626,9 @@@ InMemoryZoneFinder::find_internal(cons
          LOG_DEBUG(logger, DBG_TRACE_DATA, DATASRC_MEM_ANY_SUCCESS).
              arg(name);
          return (createFindResult(rrclass_, zone_data_, SUCCESS, NULL, node,
-                                  wild, &name));
+                                  options, wild, &name));
      }
  
 -    const RdataSet* currds = node->getData();
 -    while (currds != NULL) {
 -        currds = currds->getNext();
 -    }
      found = RdataSet::find(node->getData(), type);
      if (found != NULL) {
          // Good, it is here