# HG changeset patch # User Will Thompson # Date 1199282475 0 # Node ID 966f98d4b04b79224f16f1e418fa298dc3d39a80 # Parent 07970e8197209f453081e4a70a88c0e5a57404e5 Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not compile, and supplied the fix. diff -r 07970e819720 -r 966f98d4b04b libpurple/protocols/jabber/jabber.c --- a/libpurple/protocols/jabber/jabber.c Wed Jan 02 12:07:15 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Wed Jan 02 14:01:15 2008 +0000 @@ -396,6 +396,7 @@ static gboolean jabber_pong_timeout(PurpleConnection *gc) { + JabberStream *js = gc->proto_data; purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Ping timeout")); js->keepalive_timeout = -1;