Author: msergeant
Date: Fri Aug 3 13:17:25 2007
New Revision: 765
Modified:
trunk/lib/Qpsmtpd/SMTP.pm
Log:
Argh. Fixed cut & paste error
Modified: trunk/lib/Qpsmtpd/SMTP.pm
==============================================================================
--- trunk/lib/Qpsmtpd/SMTP.pm (original)
+++ trunk/lib/Qpsmtpd/SMTP.pm Fri Aug 3 13:17:25 2007
@@ -767,7 +767,7 @@
my ($self, $rc, $msg, $args) = @_;
# reset transaction if we queued the mail
- return $self->reset_transaction;
+ $self->reset_transaction;
if ($rc == DONE) {
return 1;