diff OrthancServer/Sources/DicomInstanceOrigin.cpp @ 4245:c70df925151e

RequestOrigin_WebDav
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Oct 2020 11:23:11 +0200
parents 05b8fd21089c
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/DicomInstanceOrigin.cpp	Sat Oct 10 10:38:45 2020 +0200
+++ b/OrthancServer/Sources/DicomInstanceOrigin.cpp	Sat Oct 10 11:23:11 2020 +0200
@@ -70,6 +70,7 @@
 
       case RequestOrigin_Lua:
       case RequestOrigin_Plugins:
+      case RequestOrigin_WebDav:
       {
         // No additional information available for these kinds of requests
         break;