Skip to content

Commit d3866de

Browse files
committed
Misc
1 parent 152e0fb commit d3866de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/Relation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ RelationPages* RelationPermanent::getPagesInternal(thread_db* tdbb, TraNumber tr
350350
fb_assert(rel);
351351

352352
IndexDescList indices;
353-
BTR_all(tdbb, getPermanent(rel), indices, &rel_pages_base);
353+
BTR_all(tdbb, rel->getPermanent(), indices, &rel_pages_base);
354354

355355
for (auto& idx : indices)
356356
{

0 commit comments

Comments
 (0)