cvs commit: qpsmtpd/lib/Qpsmtpd SMTP.pm
[email protected] (Robert Spier)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/09/07 08:08:26
Modified: lib/Qpsmtpd SMTP.pm
Log:
Matt says wipe it!
Revision Changes Path
1.41 +0 -3 qpsmtpd/lib/Qpsmtpd/SMTP.pm
Index: SMTP.pm
===================================================================
RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd/SMTP.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -w -r1.40 -r1.41
--- SMTP.pm 7 Sep 2004 05:50:36 -0000 1.40
+++ SMTP.pm 7 Sep 2004 15:08:26 -0000 1.41
@@ -34,9 +34,6 @@
# this list of valid commands should probably be a method or a set of methods
$self->{_commands} = \%commands;
- # TCPServer handles plugin loader
- #$self->load_plugins;
-
$self;
}