unrec: fixed variable assignment
This commit is contained in:
parent
0fa0f08b97
commit
129ca56e2f
@ -22,7 +22,7 @@ use warnings;
|
||||
use Qpsmtpd::Constants;
|
||||
|
||||
sub register {
|
||||
my ($self, $qp ) = shift, shift;
|
||||
my ($self, $qp ) = (shift, shift);
|
||||
|
||||
$self->{_unrec_cmd_max} = shift || 4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user