/[Apache-SVN]/spamassassin/branches/3.1/spamd/spamd.raw
ViewVC logotype

Diff of /spamassassin/branches/3.1/spamd/spamd.raw

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.1/spamd/spamd.raw	2006/03/09 19:47:09	384589
+++ spamassassin/branches/3.1/spamd/spamd.raw	2006/03/09 19:51:59	384590
@@ -2049,6 +2049,9 @@ sub restart_handler {
   foreach (keys %children) {
     kill 'INT' => $_;
     my $pid = waitpid($_, 0);
+    if ($scaling) {
+      $scaling->child_exited($pid);
+    }
     info("spamd: child $pid killed successfully");
   }
   %children = ();

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26