8
0
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:
Paul Reeves 2024-08-01 13:33:28 +02:00
parent 6bdcc3e853
commit f582d07855

View File

@ -910,6 +910,8 @@ begin
Log( 'In function InitSecurityDB FindInFile found an error in ' + OutputStr );
end;
DeleteFile( InputStr );
DeleteFile( OutputStr );
end;