Does this bug exist in 2.43 too? If so, I have to recompile. :(

- Mark


----- Original Message ----- 
From: "Neulinger, Nathan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 5:17 PM
Subject: RE: [SAtalk] spamd only forking single child


This change should fix it:

Index: spamd.raw
==========================================
RCS file: /cvsroot/spamassassin/spamassassin/spamd/spamd.raw,v
retrieving revision 1.159
diff -u -r1.159 spamd.raw
--- spamd.raw   1 Jan 2003 17:06:37 -0000       1.159
+++ spamd.raw   6 Jan 2003 16:16:41 -0000
@@ -988,7 +988,7 @@
   my $kid;
   do {
     $kid = waitpid(-1,&WNOHANG);
-  } until $kid == -1;
+  } while $kid > 0;
 }



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

Reply via email to