diff Core/Toolbox.cpp @ 2010:4dafe2a0d3ab

Support of SIGHUP signal (restart Orthanc only if the configuration files have changed)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 17:57:47 +0200
parents e2dd40abce72
children 08ce34cfacad
line wrap: on
line diff
--- a/Core/Toolbox.cpp	Thu Jun 09 17:25:34 2016 +0200
+++ b/Core/Toolbox.cpp	Thu Jun 09 17:57:47 2016 +0200
@@ -119,7 +119,6 @@
   {
     // http://msdn.microsoft.com/en-us/library/ms683242(v=vs.85).aspx
     finish_ = true;
-    barrierEvent_ = ServerBarrierEvent_Stop;
     return true;
   }
 #else