Author: vetinari
Date: Wed Sep 26 11:02:24 2007
New Revision: 801

Modified:
   trunk/lib/Qpsmtpd/TcpServer/Prefork.pm

Log:
remove commented code

Modified: trunk/lib/Qpsmtpd/TcpServer/Prefork.pm
==============================================================================
--- trunk/lib/Qpsmtpd/TcpServer/Prefork.pm      (original)
+++ trunk/lib/Qpsmtpd/TcpServer/Prefork.pm      Wed Sep 26 11:02:24 2007
@@ -11,7 +11,6 @@
     my $self = shift;
 
     #reset info
-    # $self->{_connection} = Qpsmtpd::Connection->new(); #reset connection
     $self->reset_connection; #reset connection
     $self->reset_transaction;
     $self->SUPER::start_connection(@_);

Reply via email to