]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2276] Add argument that was missing in last commit
authorMukund Sivaraman <muks@isc.org>
Sun, 30 Sep 2012 20:29:24 +0000 (01:59 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 30 Sep 2012 20:29:29 +0000 (01:59 +0530)
src/lib/datasrc/memory/zone_finder.cc

index e5bea758f2deee8f012a8694e9f5604710269561..4325f4715b7e30cebc8a052d68b4bdc367166f9a 100644 (file)
@@ -743,7 +743,8 @@ InMemoryZoneFinder::find_internal(const isc::dns::Name& name,
         ConstNodeRRset nsec_rrset = getClosestNSEC(zone_data_, node_path,
                                                    options);
         return (createFindResult(rrclass_, zone_data_, NXRRSET,
-                                 nsec_rrset.second, nsec_rrset.first, wild));
+                                 nsec_rrset.second, nsec_rrset.first,
+                                 options, wild));
     }
 
     const RdataSet* found;