diff OrthancServer/main.cpp @ 1436:0a3e3be59094

uncoupling of SignalChange for Lua scripts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 17:19:26 +0200
parents f9cd40166269
children 02f5a3f5c0a0
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue Jun 30 16:46:23 2015 +0200
+++ b/OrthancServer/main.cpp	Tue Jun 30 17:19:26 2015 +0200
@@ -545,7 +545,6 @@
 
 #if ENABLE_PLUGINS == 1
     context->ResetPlugins();
-    plugins.Stop();
     plugins.ResetOrthancRestApi();
     LOG(WARNING) << "    Plugins have stopped";
 #endif