소스 검색

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

git-svn-id: trunk@13059 -
joost 16 년 전
부모
커밋
1c8d79c57f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-base/src/daemonapp.pp

+ 1 - 1
packages/fcl-base/src/daemonapp.pp

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