weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [bug #37274] SASL EXTERNAL does not authenticate.


From: anonymous
Subject: [Weechat-dev] [bug #37274] SASL EXTERNAL does not authenticate.
Date: Wed, 05 Sep 2012 20:36:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.26 Safari/537.4

Follow-up Comment #1, bug #37274 (project weechat):

I was able to determine by using the RAW log that Weechat was sending too many
chars when responding to SASL authentication. The offending line is 171 of
irc-procotol.c and reads:

answer = strdup ("++");

when it should read:

answer = strdup ("+");

I have submitted a patch to correct the issue.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?37274>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]