unrec: fixed variable assignment

This commit is contained in:
Matt Simerson 2012-06-23 00:40:42 -04:00
parent 0fa0f08b97
commit 129ca56e2f

View File

@ -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;