chmhelp: clean up old ipc files

git-svn-id: trunk@37814 -
This commit is contained in:
mattias 2012-06-28 13:56:19 +00:00
parent 788a19edd4
commit 8259668bfb

View File

@ -109,6 +109,13 @@ var
begin
Result := False;
{$IFDEF Unix}
{$NOTE ToDo: fix simpleipc to allow changing the filenames, then fix this }
// clean up old files
DeleteFileUTF8('/tmp/lazhelp');
DeleteFileUTF8('/tmp/lazhelpclient');
{$ENDIF}
fServerIn.Active := False;
fServerIn.ServerID := NameForServer+'client';
fServerIn.Global := True;