diff OrthancServer/ServerContext.cpp @ 3533:2090ec6a83a5

create a default user if none is provided, while issuing a warning in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 17:41:43 +0200
parents f509d3c6d570
children cac8ffcb9cef
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Thu Oct 03 13:44:08 2019 +0200
+++ b/OrthancServer/ServerContext.cpp	Fri Oct 04 17:41:43 2019 +0200
@@ -239,7 +239,8 @@
     done_(false),
     haveJobsChanged_(false),
     isJobsEngineUnserialized_(false),
-    metricsRegistry_(new MetricsRegistry)
+    metricsRegistry_(new MetricsRegistry),
+    isDefaultUser_(false)
   {
     {
       OrthancConfiguration::ReaderLock lock;