Skip to content
  • Howard Chu's avatar
    ITS#7705,#7800 fix back-mdb pagedResults search · cb7405ae
    Howard Chu authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    mdb_idscopes was remembering the IDs of every entry it checked;
    it should only have been saving the IDs of entries that were
    actually in the search scope. The extra entries filled the scopes
    array, causing a loop searching for a parent entry that was
    never inserted.
    cb7405ae