8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Avoid var shadowing.

This commit is contained in:
robocop 2014-05-01 05:30:14 +00:00
parent 1bb6f45b89
commit c5ff8fb1e6

View File

@ -963,9 +963,9 @@ void SCL_init(thread_db* tdbb, bool create, const UserId& tempId)
if (dbb->dbb_owner.isEmpty())
{
AutoRequest request;
AutoRequest request2;
FOR(REQUEST_HANDLE request)
FOR(REQUEST_HANDLE request2)
FIRST 1 REL IN RDB$RELATIONS
WITH REL.RDB$RELATION_NAME EQ "RDB$DATABASE"
{