comparison libpurple/protocols/msn/nexus.c @ 25237:401f548e3544

propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f) to branch 'org.darkrain42.pidgin.buddy-add' (head 6831808999a270f8c1a128c7430a73d3dc0bfae2)
author Paul Aurich <paul@darkrain42.org>
date Sun, 21 Dec 2008 18:32:37 +0000
parents 25667ca518d6
children 6a0304f317cf
comparison
equal deleted inserted replaced
25172:125cac3e24ee 25237:401f548e3544
432 #if 0 432 #if 0
433 char *decrypted_pp; 433 char *decrypted_pp;
434 #endif 434 #endif
435 char *decrypted_data; 435 char *decrypted_data;
436 436
437 if (resp == NULL)
438 return;
439
437 purple_debug_info("msn", "Got Update Response for %s.\n", ticket_domains[ud->id][SSO_VALID_TICKET_DOMAIN]); 440 purple_debug_info("msn", "Got Update Response for %s.\n", ticket_domains[ud->id][SSO_VALID_TICKET_DOMAIN]);
438 441
439 enckey = xmlnode_get_child(resp->xml, "Header/Security/DerivedKeyToken"); 442 enckey = xmlnode_get_child(resp->xml, "Header/Security/DerivedKeyToken");
440 while (enckey) { 443 while (enckey) {
441 if (g_str_equal(xmlnode_get_attrib(enckey, "Id"), "EncKey")) 444 if (g_str_equal(xmlnode_get_attrib(enckey, "Id"), "EncKey"))