unrec: fixed variable assignment

This commit is contained in:
Matt Simerson 2012-06-23 00:40:42 -04:00
parent b53bd08540
commit 8156341c6e

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;