Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[svn:qpsmtpd] r738 - trunk/lib

1 view
Skip to first unread message

mser...@cvs.perl.org

unread,
May 17, 2007, 6:07:06 PM5/17/07
to svn-commi...@perl.org
Author: msergeant
Date: Thu May 17 15:07:05 2007
New Revision: 738

Modified:
trunk/lib/Qpsmtpd.pm

Log:
Fix for issue #12: Bug in Qpsmtpd.pm when using multiple plugin dirs


Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm (original)
+++ trunk/lib/Qpsmtpd.pm Thu May 17 15:07:05 2007
@@ -319,10 +319,6 @@
unless $plugin_line =~ /logging/;
last PLUGIN_DIR;
}
- else {
- $self->log(LOGDEBUG, "Failed to load plugin - $plugin - ignoring");
- return 0;
- }
}
}
}

0 new messages