Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/ScanController.php')
-rw-r--r--lib/Controller/ScanController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/ScanController.php b/lib/Controller/ScanController.php
index bd59fcc..a7eca58 100644
--- a/lib/Controller/ScanController.php
+++ b/lib/Controller/ScanController.php
@@ -165,7 +165,6 @@ class ScanController extends OCSController
return new JSONResponse(['status' => 'error', 'message' => 'File does not exist.', 'path' => $trashPath, 'name' => $name, 'mtime' => $timestamp], Http::STATUS_OK);
} else {
- // wubalubadubdub
// Scan can only detect WRITE and DELETE this should never happen.
$this->logger->error('postRecover: RENAME or CREATE operation.', array('app' => Application::APP_ID));
return new JSONResponse(['status' => 'error', 'message' => 'Wrong command.'], Http::STATUS_BAD_REQUEST);