Skip to content

Commit

Permalink
Merge pull request #170 from SrainApp/bugfix/endless-sasl-auth
Browse files Browse the repository at this point in the history
Fix endless SASL auth
  • Loading branch information
SilverRainZ authored Apr 2, 2019
2 parents 1b3e3d0 + cb007e3 commit f28ecdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/app_irc_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,6 @@ static void irc_event_numeric(SircSession *sirc, int event,
case SIRC_RFC_ERR_SASLFAIL:
case SIRC_RFC_ERR_SASLTOOLONG:
case SIRC_RFC_RPL_SASLMECHS:
{
sirc_cmd_authenticate(sirc, "*"); // Abort the authentication
goto ERRMSG;
}
case SIRC_RFC_ERR_SASLABORTED:
{
sirc_cmd_cap_end(sirc); // End negotiation
Expand Down

0 comments on commit f28ecdd

Please sign in to comment.