diff libpurple/protocols/jabber/jabber.c @ 21973:966f98d4b04b

Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not compile, and supplied the fix.
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 02 Jan 2008 14:01:15 +0000
parents eaaac273d80c
children cacc01b50a23
line wrap: on
line diff
--- 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;