Browse code

increase f-level

git-svn: trunk@1537

Tomasz Kojm authored on 2005/05/12 01:03:42
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed May 11 18:02:24 CEST 2005 (tk)
2
+----------------------------------
3
+  * libclamav/others: increase f-level
4
+
1 5
 Wed May 11 03:29:50 CEST 2005 (tk)
2 6
 ----------------------------------
3 7
   * freshclam/manager.c: fix socket descriptor leak in --no-dns mode (patch by
... ...
@@ -72,7 +72,7 @@ pthread_mutex_t cli_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
72 72
 #define	O_BINARY	0
73 73
 #endif
74 74
 
75
-#define CL_FLEVEL 4 /* don't touch it */
75
+#define CL_FLEVEL 5 /* don't touch it */
76 76
 
77 77
 #define MAX_ALLOCATION 134217728
78 78