fix: missing ;
This commit is contained in:
parent
7ca06e4dc6
commit
a9a301ae11
@ -112,7 +112,7 @@ sub updateTransactionWithLmtpInfo
|
||||
|
||||
my $row = $self->{fetch_dovecot_details_sth}->fetchrow_hashref;
|
||||
|
||||
my $username = $row->{username}
|
||||
my $username = $row->{username};
|
||||
my $hostname = $row->{hostname};
|
||||
my $port = $row->{port};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user