fix: fixed missing )
This commit is contained in:
parent
4f5d63520c
commit
e692ad212c
@ -16,7 +16,7 @@ sub register {
|
||||
|
||||
if (!$self->{lmtp_rcpt_based} && !$self->{lmtp_host}) {
|
||||
$self->{enabled} = 0;
|
||||
$self->log(LOGERROR, "No LMTP host configured, disabling plugin\n";
|
||||
$self->log(LOGERROR, "No LMTP host configured, disabling plugin\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user