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:
parent
ef7d885929
commit
fff01d4a66
@ -319,10 +319,6 @@ sub _load_plugin {
|
|||||||
unless $plugin_line =~ /logging/;
|
unless $plugin_line =~ /logging/;
|
||||||
last PLUGIN_DIR;
|
last PLUGIN_DIR;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
$self->log(LOGDEBUG, "Failed to load plugin - $plugin - ignoring");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user