SUPPORT-9156: fixes
This commit is contained in:
parent
d17891fe0b
commit
31c193e5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public class FileUploadService {
|
||||||
String downloadUrl = fileUrl.fileUrl();
|
String downloadUrl = fileUrl.fileUrl();
|
||||||
fIleManager.downloadFile(downloadUrl, filePath);
|
fIleManager.downloadFile(downloadUrl, filePath);
|
||||||
boolean isAvError = false;
|
boolean isAvError = false;
|
||||||
int exitCode = 0;
|
int exitCode = INFECTED_CODE;
|
||||||
|
|
||||||
if (avCheckEnabled) {
|
if (avCheckEnabled) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue