diff options
| author | fukachan <fukachan> | 2003-08-23 08:50:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-23 08:50:43 +0000 |
| commit | d8df85fcfa5566de082f95ebb17a68b92c19a1af (patch) | |
| tree | 4b9d69c4ac40e23e018afd8037004460e854d210 /fml/lib/FML/Process/QueueManager.pm | |
| parent | 9723a7a408f11cf8beaf8f618d2863c2f3e28ddb (diff) | |
| download | fml8-d8df85fcfa5566de082f95ebb17a68b92c19a1af.tar.gz fml8-d8df85fcfa5566de082f95ebb17a68b92c19a1af.tar.bz2 fml8-d8df85fcfa5566de082f95ebb17a68b92c19a1af.zip | |
new FML::Mailer $curproc;
Diffstat (limited to 'fml/lib/FML/Process/QueueManager.pm')
| -rw-r--r-- | fml/lib/FML/Process/QueueManager.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm index 65fe87df..9521c720 100644 --- a/fml/lib/FML/Process/QueueManager.pm +++ b/fml/lib/FML/Process/QueueManager.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: QueueManager.pm,v 1.13 2003/08/23 04:35:40 fukachan Exp $ +# $FML: QueueManager.pm,v 1.14 2003/08/23 07:24:48 fukachan Exp $ # package FML::Process::QueueManager; @@ -121,7 +121,7 @@ sub _send my $msg = Mail::Message->parse( { file => $qfile } ); use FML::Mailer; - my $obj = new FML::Mailer; + my $obj = new FML::Mailer $curproc; # XXX queue is already locked and need no lock for recipient maps here. my $r = $obj->send({ |
