/[Apache-SVN]/spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/DBM.pm
ViewVC logotype

Diff of /spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/DBM.pm

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

--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/DBM.pm	2005/08/05 00:08:52	227524
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/DBM.pm	2005/08/05 00:12:03	227525
@@ -264,7 +264,8 @@ sub tie_db_writable {
   } else {
     $tout = 10;
   }
-  if ($main->{locker}->safe_lock($path, $tout)) {
+  if ($main->{locker}->safe_lock($path, $tout, $main->{conf}->{bayes_file_mode}))
+  {
     $self->{locked_file} = $path;
     $self->{is_locked} = 1;
   } else {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26