From afed08ebcd7b016ce23ac9409c42dc08a2269eb2 Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Fri, 3 Aug 2007 20:17:25 +0000 Subject: [PATCH] Argh. Fixed cut & paste error git-svn-id: https://svn.perl.org/qpsmtpd/trunk@765 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Qpsmtpd/SMTP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index 559f71b..d55bdd8 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -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;