Browse code

*** empty log message ***

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@96 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2003/11/04 22:25:11
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Nov  4 13:37:21 CET 2003 (tk)
2
+---------------------------------
3
+  * clamd: yesterday's fix fixed (missing virno variable). Thanks to Nigel.
4
+
1 5
 Tue Nov  4 08:27:00 GMT 2003 (njh)
2 6
 ----------------------------------
3 7
   * libclamav: Handle multipart messages that have no text portion
... ...
@@ -117,7 +117,7 @@ void *threadwatcher(void *arg)
117 117
 	struct thrwarg *thwarg = (struct thrwarg *) arg;
118 118
 	struct cfgstruct *cpt;
119 119
 	sigset_t sigset;
120
-	int i, j, ret, maxwait;
120
+	int i, j, ret, maxwait, virnum;
121 121
 	unsigned long int timer = 0;
122 122
 	unsigned int timeout, threads, selfchk;
123 123
 	short int need_wait = 0, do_loop = 0, db_problem = 0;