diff OrthancServer/Sources/main.cpp @ 5411:ca9cf4d46883

ServerContextLock transformed into ServerContextReference /usr/bin/env /bin/sh /tmp/Microsoft-MIEngine-Cmd-owukncoo.ob4
author Alain Mazy <am@osimis.io>
date Wed, 08 Nov 2023 08:34:47 +0100
parents 3206537cbb56
children 59e3b6f8c5be
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Tue Nov 07 12:52:37 2023 +0100
+++ b/OrthancServer/Sources/main.cpp	Wed Nov 08 08:34:47 2023 +0100
@@ -1606,6 +1606,7 @@
       lock.GetConfiguration().LoadModalitiesAndPeers();
     }
 
+    // this function exits only when Orthanc stops or resets
     return ConfigureHttpHandler(context, plugins, loadJobsFromDatabase);
   }
 }