# HG changeset patch # User Elliott Sales de Andrade # Date 1229394308 0 # Node ID 34813ddd716912afdb498944956b1fb00d456174 # Parent 115044245074f981ad10c03ef77cfb7e094a35fb# Parent 6901902cfca5fdd46488e16bf5d23b5c0b4dae17 merge of '115044245074f981ad10c03ef77cfb7e094a35fb' and '6901902cfca5fdd46488e16bf5d23b5c0b4dae17' diff -r 115044245074 -r 34813ddd7169 libpurple/protocols/msn/nexus.c --- a/libpurple/protocols/msn/nexus.c Tue Dec 16 01:40:38 2008 +0000 +++ b/libpurple/protocols/msn/nexus.c Tue Dec 16 02:25:08 2008 +0000 @@ -434,6 +434,9 @@ #endif char *decrypted_data; + if (resp == NULL) + return; + purple_debug_info("msn", "Got Update Response for %s.\n", ticket_domains[ud->id][SSO_VALID_TICKET_DOMAIN]); enckey = xmlnode_get_child(resp->xml, "Header/Security/DerivedKeyToken");