8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Fix GCC build

This commit is contained in:
asfernandes 2007-12-11 01:16:25 +00:00
parent 5fe1c14e91
commit aedbe5f2b1

View File

@ -411,7 +411,7 @@ DatabaseSnapshot::DatabaseSnapshot(thread_db* tdbb, MemoryPool& pool)
// or it's enough to return the local data (our own attachment) only.
const bool broadcast = attachment->att_user->locksmith();
AutoPtr<ClumpletReader> reader = NULL;
AutoPtr<ClumpletReader> reader(NULL);
if (broadcast)
{