mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)
This commit is contained in:
@@ -168,7 +168,7 @@ IRC_PROTOCOL_CALLBACK(authenticate)
|
||||
sasl_password);
|
||||
break;
|
||||
case IRC_SASL_MECHANISM_EXTERNAL:
|
||||
answer = strdup ("++");
|
||||
answer = strdup ("+");
|
||||
break;
|
||||
case IRC_SASL_MECHANISM_PLAIN:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user