diff OrthancServer/Sources/ServerContext.cpp @ 4218:8e069a7e1c11

validation against orthanc-tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 11:49:38 +0200
parents d962a2996637
children f9eaf14d3d19
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Wed Sep 30 07:38:22 2020 +0200
+++ b/OrthancServer/Sources/ServerContext.cpp	Wed Sep 30 11:49:38 2020 +0200
@@ -1278,7 +1278,8 @@
           {
             // Ignore universal lookup on "ModalitiesInStudy" (0008,0061),
             // this should have been handled by the caller
-            return ApplyInternal(visitor, lookup, queryLevel, since, limit);
+            ApplyInternal(visitor, lookup, queryLevel, since, limit);
+            return;
           }
           else
           {