Argh. Fixed cut & paste error
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@765 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
521a6f3f9e
commit
afed08ebcd
@ -767,7 +767,7 @@ sub queue_respond {
|
||||
my ($self, $rc, $msg, $args) = @_;
|
||||
|
||||
# reset transaction if we queued the mail
|
||||
return $self->reset_transaction;
|
||||
$self->reset_transaction;
|
||||
|
||||
if ($rc == DONE) {
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user