mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Avoid variableshadowing.
This commit is contained in:
parent
dcce359086
commit
17386d0b04
@ -245,7 +245,7 @@ void TraceSvcUtil::runService(size_t spbSize, const UCHAR* spb)
|
||||
status_exception::raise(status);
|
||||
}
|
||||
|
||||
char* p = results;
|
||||
p = results;
|
||||
bool ignoreTruncation = false;
|
||||
noData = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user