diff OrthancServer/ServerContext.cpp @ 942:b3f6fb1130cd

fixes thanks to cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 11:36:41 +0200
parents 84513f2ee1f3
children 8c67382f44a7
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Wed Jun 25 11:08:11 2014 +0200
+++ b/OrthancServer/ServerContext.cpp	Wed Jun 25 11:36:41 2014 +0200
@@ -286,7 +286,7 @@
         LogMissingRequiredTag(dicomSummary);
       }
 
-      throw e;
+      throw;
     }
   }