im.pidgin.pidgin: ae5371ce9cb178a2cb623c9e04f28b5464d34629

resiak at soc.pidgin.im resiak at soc.pidgin.im
Wed Jan 2 09:05:48 EST 2008


-----------------------------------------------------------------
Revision: ae5371ce9cb178a2cb623c9e04f28b5464d34629
Ancestor: 3133c9e999e0ddafed7945396043b1d693afcd74
Author: resiak at soc.pidgin.im
Date: 2008-01-02T14:01:15
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/jabber/jabber.c

ChangeLog: 

Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
compile, and supplied the fix.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	3a500ce77c7f66820177d937c60e9bf613f54a1e
+++ libpurple/protocols/jabber/jabber.c	51b729eafa0898abce958d8ecb12a543834a8c42
@@ -396,6 +396,7 @@ static gboolean jabber_pong_timeout(Purp
 
 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;


More information about the Commits mailing list