Fix requesting sasl multiple times

This commit is contained in:
TingPing 2013-07-11 05:58:10 -04:00
parent f113008c7f
commit be1e6bde65
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ inbound_cap_ls (server *serv, char *nick, char *extensions_str,
/* if the SASL password is set AND auth mode is set to SASL, request SASL auth */
if (serv->loginmethod == LOGIN_SASL
&& strcmp (extension, "sasl") != 0
&& strcmp (extension, "sasl") == 0
&& strlen (serv->password) != 0)
{
strcat (buffer, "sasl ");