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:
Matt Sergeant 2007-08-03 20:17:25 +00:00
parent 521a6f3f9e
commit afed08ebcd

View File

@ -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;