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

Diff of /spamassassin/trunk/spamd/spamd.raw

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

--- spamassassin/trunk/spamd/spamd.raw	2005/05/19 07:17:05	170887
+++ spamassassin/trunk/spamd/spamd.raw	2005/05/19 07:26:16	170888
@@ -447,8 +447,8 @@ if (defined $opt{'timeout-tcp'}) {
   $timeout_tcp = undef if ($timeout_tcp < 1);
 }
 
-if (defined $opt{'timeout_child'}) {
-  $timeout_child = $opt{'timeout_child'};
+if (defined $opt{'timeout-child'}) {
+  $timeout_child = $opt{'timeout-child'};
   $timeout_child = undef if ($timeout_child < 1);
 }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26