Skip to content

Commit

Permalink
fix redundant CRLF response during SMTP negotiate (#109112)
Browse files Browse the repository at this point in the history
Co-authored-by: Avinesh Singh <Avinesh.Singh@deshaw.com>
Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent c489a8c commit 295b503
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ internal SmtpNegotiateAuthenticationModule()
{
return null;
}
if (clientContext.IsAuthenticated && resp == null)
{
resp = "\r\n";
}
}
else
{
Expand Down

0 comments on commit 295b503

Please sign in to comment.