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

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@738 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2007-05-17 22:07:05 +00:00
parent ef7d885929
commit fff01d4a66

View File

@ -319,10 +319,6 @@ sub _load_plugin {
unless $plugin_line =~ /logging/;
last PLUGIN_DIR;
}
else {
$self->log(LOGDEBUG, "Failed to load plugin - $plugin - ignoring");
return 0;
}
}
}
}