Skip to content
  • Bob Halley's avatar
    When searching a cache db, we did not look for an NS record at the node, so we · 10e90595
    Bob Halley authored
    sometimes did not find the deepest zone cut.  E.g. If you look for A records at
    "com." then you should get a delegation for "com." and not one for ".".
    In the various rdataset find routines, we sometimes attempted to bind the
    rdataset even if the rdataset pointer was NULL.
    Remove inline from a few functions.  Add inline to a few others.
    10e90595