mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix overflow page read
This commit is contained in:
parent
3dd815162c
commit
6d924c1dda
@ -1740,7 +1740,7 @@ mdb_read_data(MDB_txn *txn, MDB_node *leaf, MDB_val *data)
|
||||
DPRINTF("read overflow page %lu failed", pgno);
|
||||
return MDB_PAGE_NOTFOUND;
|
||||
}
|
||||
data->mv_data = omp;
|
||||
data->mv_data = METADATA(omp);
|
||||
|
||||
return MDB_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user