pidgin: d96212f0: oscar: Pretty sure this was a typo; cook...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Thu Nov 5 23:05:35 EST 2009
-----------------------------------------------------------------
Revision: d96212f0e5d57009c2a2454a778f03ebb8d072ce
Ancestor: 8e431d6169e4faa419031cf710a10ed151f91751
Author: darkrain42 at pidgin.im
Date: 2009-11-06T03:59:55
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d96212f0e5d57009c2a2454a778f03ebb8d072ce
Modified files:
libpurple/protocols/oscar/clientlogin.c
ChangeLog:
oscar: Pretty sure this was a typo; cookie is a char ** (passed in as arg).
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/clientlogin.c a57e577e3685a75a0034e446d96b1810d3ff05aa
+++ libpurple/protocols/oscar/clientlogin.c b1c91733c78e26d7696fbf1567054c6c705db1c8
@@ -205,7 +205,7 @@ static gboolean parse_start_oscar_sessio
if (use_tls)
*tls_certname = xmlnode_get_data_unescaped(tls_node);
- if (*host == NULL || **host == '\0' || tmp == NULL || *tmp == '\0' || cookie == NULL || *cookie == '\0' ||
+ if (*host == NULL || **host == '\0' || tmp == NULL || *tmp == '\0' || *cookie == NULL || **cookie == '\0' ||
(use_tls && (*tls_certname == NULL || **tls_certname == '\0')))
{
char *msg;
More information about the Commits
mailing list