8
0
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:
dimitr 2008-12-29 21:01:09 +00:00
parent a54954b21f
commit 2f7f831d67

View File

@ -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
{