* On shutdown, always terminate the TDaemonThread, not only in case of an exception

git-svn-id: trunk@13059 -
This commit is contained in:
joost 2009-04-29 13:52:54 +00:00
parent 31e0852c4b
commit 1c8d79c57f

View File

@ -1220,7 +1220,7 @@ begin
FDaemon.Status:=csStopPending;
Try
Result:=FDaemon.ShutDown;
except
finally
FDaemon.Status:=csStopped;
Terminate;
end;