Skip to content

Commit

Permalink
lmtp: Don't send double-DISCONNECT to anvil.
Browse files Browse the repository at this point in the history
Happened with lmtp_user_concurrency_limit > 0. Fixes errors like:

Error: connect limit: disconnection for unknown pid 123 + ident lmtp/username
  • Loading branch information
sirainen committed Jul 11, 2016
1 parent efac003 commit 174ed0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lmtp/commands.c
Expand Up @@ -908,7 +908,6 @@ client_deliver(struct client *client, const struct mail_recipient *rcpt,
rcpt->address);
ret = -1;
}
client_rcpt_anvil_disconnect(rcpt);
return ret;
}

Expand Down

0 comments on commit 174ed0d

Please sign in to comment.