unrec: fixed variable assignment
This commit is contained in:
parent
b53bd08540
commit
8156341c6e
@ -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