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