Skip to content

Commit

Permalink
fix redundant CRLF response during SMTP negotiate (#105939)
Browse files Browse the repository at this point in the history
  • Loading branch information
avin3sh committed Aug 12, 2024
1 parent 714be4b commit bbf7e8e
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 bbf7e8e

Please sign in to comment.