diff OrthancServer/ServerIndex.cpp @ 142:e7e19f042eb5

fix
author jodogne
date Thu, 11 Oct 2012 13:57:56 +0200
parents f333c0398f6e
children 7e8b68dd6ace
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed Oct 10 18:22:33 2012 +0200
+++ b/OrthancServer/ServerIndex.cpp	Thu Oct 11 13:57:56 2012 +0200
@@ -607,8 +607,8 @@
 
     if (status != StoreStatus_Success)
     {
-      storage.Remove(fileUuid);
-      storage.Remove(jsonUuid);
+      storage.UncheckedRemove(fileUuid);
+      storage.UncheckedRemove(jsonUuid);
     }
 
     switch (status)