# HG changeset patch # User Daniel Atallah # Date 1213844696 0 # Node ID ab9c48e855778b6d9a48a7a80994e8d10eb3aa83 # Parent ef0bcbe33689cc56b295a600949b90708ead610e applied changes from 43973692751b7c4e1375e090365f75a148798aed through 33e2a75561ac894e2186354bd7e3d509b513c366 diff -r ef0bcbe33689 -r ab9c48e85577 libpurple/protocols/jabber/auth.c --- a/libpurple/protocols/jabber/auth.c Thu Jun 19 02:56:37 2008 +0000 +++ b/libpurple/protocols/jabber/auth.c Thu Jun 19 03:04:56 2008 +0000 @@ -936,6 +936,7 @@ _("Invalid challenge from server")); } g_free(js->expected_rspauth); + js->expected_rspauth = NULL; } else { /* assemble a response, and send it */ /* see RFC 2831 */