git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1532 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -452,7 +452,7 @@ static int cli_scanzip(int desc, const char **virname, long int *scanned, const |
| 452 | 452 |
|
| 453 | 453 |
if(!encrypted && size != zdirent.st_size) {
|
| 454 | 454 |
cli_dbgmsg("Zip: Incorrectly decompressed (%d != %d)\n", size, zdirent.st_size);
|
| 455 |
- ret = CL_EIO; |
|
| 455 |
+ ret = CL_EZIP; |
|
| 456 | 456 |
break; |
| 457 | 457 |
} |
| 458 | 458 |
|