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:
parent
5fe1c14e91
commit
aedbe5f2b1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user