Removed obsolete plugin_dir method (now use config/plugin_dirs)
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@866 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
b6acd5577e
commit
6c42523a92
@ -98,12 +98,6 @@ sub config_dir {
|
|||||||
return "/var/qmail/control";
|
return "/var/qmail/control";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sub plugin_dir {
|
|
||||||
my $self = shift;
|
|
||||||
return "$self->{qpdir}/plugins";
|
|
||||||
}
|
|
||||||
|
|
||||||
sub getline {
|
sub getline {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $c = $self->{conn} || die "Cannot getline without a conn";
|
my $c = $self->{conn} || die "Cannot getline without a conn";
|
||||||
|
Loading…
Reference in New Issue
Block a user