diff --git a/federationhq_rcpt b/federationhq_rcpt index 6d859d6..10580a4 100644 --- a/federationhq_rcpt +++ b/federationhq_rcpt @@ -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};