Mercurial > pidgin
changeset 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 | 07970e819720 |
children | ecdb9f9b75e4 |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;