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 authored and pull[bot] committed Sep 26, 2024
1 parent 925b01f commit 0176860
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 0176860

Please sign in to comment.