develooper Front page | perl.qpsmtpd.dev | Postings from May 2008

[svn:qpsmtpd] r888 - trunk/plugins/async/queue

From:
radu
Date:
May 6, 2008 06:27
Subject:
[svn:qpsmtpd] r888 - trunk/plugins/async/queue
Author: radu
Date: Tue May  6 04:20:52 2008
New Revision: 888

Modified:
   trunk/plugins/async/queue/smtp-forward

Log:
Kill circular reference.

Modified: trunk/plugins/async/queue/smtp-forward
==============================================================================
--- trunk/plugins/async/queue/smtp-forward	(original)
+++ trunk/plugins/async/queue/smtp-forward	Tue May  6 04:20:52 2008
@@ -72,6 +72,7 @@
     my ($self, $transaction) = @_;
     
     my $sender = $transaction->notes('async_sender');
+    $transaction->notes('async_sender', undef);
     
     my ($rc, $msg) = $sender->results;
     



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About