1 |
--- src/contentscanners/clamav.cpp 2007-07-11 17:00:12.000000000 +0200 |
2 |
+++ src/contentscanners/clamav.cpp.oden 2008-04-17 20:24:54.000000000 +0200 |
3 |
@@ -262,10 +262,10 @@ |
4 |
if (limits.maxreclevel < 1) { |
5 |
limits.maxreclevel = 5; |
6 |
} |
7 |
- limits.maxratio = cv["maxratio"].toInteger(); |
8 |
- if (limits.maxratio < 1) { |
9 |
- limits.maxratio = 200; |
10 |
- } |
11 |
+ // limits.maxratio = cv["maxratio"].toInteger(); |
12 |
+ // if (limits.maxratio < 1) { |
13 |
+ // limits.maxratio = 200; |
14 |
+ // } |
15 |
#ifdef DGDEBUG |
16 |
std::cerr << "maxfiles: " << limits.maxfiles << " maxfilesize: " << limits.maxfilesize |
17 |
<< " maxreclevel: " << limits.maxreclevel << " maxratio: " << limits.maxratio << std::endl; |