On Wed, 26 Sep 2007 [EMAIL PROTECTED] wrote:
Modified: trunk/lib/Qpsmtpd/TcpServer/Prefork.pm ============================================================================== --- trunk/lib/Qpsmtpd/TcpServer/Prefork.pm (original) +++ trunk/lib/Qpsmtpd/TcpServer/Prefork.pm Wed Sep 26 00:02:15 2007 @@ -11,7 +11,8 @@ my $self = shift;#reset info - $self->{_connection} = Qpsmtpd::Connection->new(); #reset connection + # $self->{_connection} = Qpsmtpd::Connection->new(); #reset connection + $self->reset_connection; #reset connection
Please don't leave commented out code in SVN - just delete the line otherwise the next person editing it will wonder if it's supposed to do something.
Matt.
