mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Delete temporary secdb init files immediately (with thanks to Vlad)
This commit is contained in:
parent
6bdcc3e853
commit
f582d07855
@ -910,6 +910,8 @@ begin
|
||||
Log( 'In function InitSecurityDB FindInFile found an error in ' + OutputStr );
|
||||
end;
|
||||
|
||||
DeleteFile( InputStr );
|
||||
DeleteFile( OutputStr );
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user