Index: /tags/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl
===================================================================
--- /tags/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl	(revision 32872)
+++ /tags/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl	(revision 32873)
@@ -481,9 +481,7 @@
     foreach my $file (@_) {
         next if !$file;
-        if ($ipprc->file_exists($file)) {
-            if (!$ipprc->file_delete($file)) {
-                &my_die("failed to delete recovery file $file", $magic_ds_id, $component, $PS_EXIT_UNKNOWN_ERROR);
-            }
-        }
+	# don't care if this fails or not (it will fail if storage
+	# object doesn't exist
+        $ipprc->kill_file($file);
     }
 }
