mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Sync with HEAD. Nothing more than just a style change.
This commit is contained in:
parent
a54954b21f
commit
2f7f831d67
@ -550,7 +550,7 @@ DatabaseSnapshot::DatabaseSnapshot(thread_db* tdbb, MemoryPool& pool)
|
||||
fields_processed = true;
|
||||
}
|
||||
|
||||
att_allowed = !dbb_processed;
|
||||
att_allowed = (dbb_allowed && !dbb_processed);
|
||||
}
|
||||
else if (rid == rel_mon_attachments) // special case for MON$ATTACHMENTS
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user