mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Delete temporary secdb init files immediately (with thanks to Vlad)
This commit is contained in:
parent
f7cbc2081f
commit
e4fe559e80
@ -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