mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Trivial change
This commit is contained in:
parent
2c1f832317
commit
86f3ee18ad
@ -3554,7 +3554,7 @@ static void clear_transaction_statements( ITR transaction)
|
||||
for (statement = database->idb_sql_requests; statement;
|
||||
statement = statement->isr_next)
|
||||
{
|
||||
if (statement->isr_itr ==transaction)
|
||||
if (statement->isr_itr == transaction)
|
||||
clear_statement_cache(statement);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user