Found a bug in today's snapshot of clamav-milter. The following patch fixes.

--- clamav-milter.c.orig 2003-10-03 11:25:03.000000000 -0600
+++ clamav-milter.c 2003-10-03 11:17:31.000000000 -0600
@@ -483,7 +483,7 @@
* is set in the config file
*/
if((max_children == 0) && ((cpt = cfgopt(copt, "MaxThreads")) != NULL))
- max_children = atoi(cpt->strarg);
+ max_children = cpt->numarg;


       /*
        * Get the outgoing socket details - the way to talk to clamd

--
Orion Poplawski
System Administrator                   303-415-9701 x222
Colorado Research Associates/NWRA      FAX: 303-415-9702
3380 Mitchell Lane, Boulder CO 80301   http://www.co-ra.com




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to