diff libpurple/protocols/jabber/jabber.h @ 27151:08f5c5b12e7c

The XMPP keepalive timeout handle needs to be a guint. This probably isn't the issue of Adium#12351, but is more correct.
author Paul Aurich <paul@darkrain42.org>
date Sun, 07 Jun 2009 17:02:23 +0000
parents d31af94a715d
children 2e91b80a9179 8a1bf314f89b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Jun 07 08:13:14 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Jun 07 17:02:23 2009 +0000
@@ -245,7 +245,7 @@
 	char *certificate_CN;
 
 	/* A purple timeout tag for the keepalive */
-	int keepalive_timeout;
+	guint keepalive_timeout;
 
 	PurpleSrvResponse *srv_rec;
 	guint srv_rec_idx;