/[smeserver]/rpms/qpsmtpd/sme7/qpsmtpd-0.83-peer_hooks.patch
ViewVC logotype

Diff of /rpms/qpsmtpd/sme7/qpsmtpd-0.83-peer_hooks.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Fri Oct 16 23:00:22 2009 UTC Revision 1.2 by slords, Thu Oct 29 17:01:20 2009 UTC
# Line 1  Line 1 
1    --- qpsmtpd-0.83/lib/Qpsmtpd/TcpServer.pm.peer_hooks    2009-09-22 04:49:27.000000000 -0600
2    +++ qpsmtpd-0.83/lib/Qpsmtpd/TcpServer.pm       2009-10-29 10:55:19.000000000 -0600
3    @@ -72,7 +72,7 @@ sub run {
4         # Set local client_socket to passed client object for testing socket state on writes
5         $self->{__client_socket} = $client;
6    
7    -    $self->load_plugins;
8    +    $self->load_plugins unless $self->{hooks};
9    
10         my $rc = $self->start_conversation;
11         return if $rc != DONE;
12  --- qpsmtpd-0.40/lib/Qpsmtpd/SMTP.pm.peer_hooks 2007-06-14 11:57:27.000000000 -0600  --- qpsmtpd-0.40/lib/Qpsmtpd/SMTP.pm.peer_hooks 2007-06-14 11:57:27.000000000 -0600
13  +++ qpsmtpd-0.40/lib/Qpsmtpd/SMTP.pm    2007-06-14 13:44:52.000000000 -0600  +++ qpsmtpd-0.40/lib/Qpsmtpd/SMTP.pm    2007-06-14 13:44:52.000000000 -0600
14  @@ -95,6 +95,11 @@  @@ -95,6 +95,11 @@


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed