mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +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 );
|
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