8
0
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:
Paul Reeves 2024-08-02 12:38:41 +02:00
parent f7cbc2081f
commit e4fe559e80

View File

@ -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;