SUPPORT-9156: fix
This commit is contained in:
parent
57e77fc912
commit
9924818d24
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,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 = INFECTED_CODE;
|
int exitCode = 0;
|
||||||
|
|
||||||
if (avCheckEnabled) {
|
if (avCheckEnabled) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue