Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 223361
Collapse All | Expand All

(-)pidgin-2.4.2/libpurple/protocols/jabber/auth.c (+1 lines)
Lines 936-941 Link Here
936
					_("Invalid challenge from server"));
945
					_("Invalid challenge from server"));
937
			}
946
			}
938
			g_free(js->expected_rspauth);
947
			g_free(js->expected_rspauth);
948
			js->expected_rspauth = NULL;
939
		} else {
949
		} else {
940
			/* assemble a response, and send it */
950
			/* assemble a response, and send it */
941
			/* see RFC 2831 */
951
			/* see RFC 2831 */

Return to bug 223361