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

Variable shadowing

This commit is contained in:
aafemt 2004-10-27 10:14:30 +00:00
parent 7ca89e9659
commit ded2e9ee92

View File

@ -1423,7 +1423,7 @@ ISC_STATUS GDS_DSQL_PREPARE_CPP(ISC_STATUS* user_status,
// Now that we know that the new request exists, zap the old one.
{
DsqlContextPoolHolder context(tdsql, &old_request->req_pool);
DsqlContextPoolHolder another_context(tdsql, &old_request->req_pool);
release_request(old_request, true);
}