changeset 28747:ebb424b7e0a1

merge of '0bd5c5d235ae8c70b289e3b55a19523c4e28539e' and '9ba62902a7be15503ccd0006cd59c73fecc6255c'
author Mark Doliner <mark@kingant.net>
date Thu, 03 Dec 2009 08:02:54 +0000
parents 9750ec16f325 (diff) 6846e88e76e3 (current diff)
children f8da53e381dd 5af6304fde5d
files libpurple/proxy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/proxy.c	Thu Dec 03 05:45:58 2009 +0000
+++ b/libpurple/proxy.c	Thu Dec 03 08:02:54 2009 +0000
@@ -1088,6 +1088,7 @@
 static void
 http_start_connect_tunneling(PurpleProxyConnectData *connect_data) {
 	GString *request;
+	int ret;
 
 	purple_debug_info("proxy", "Using CONNECT tunneling for %s:%d\n",
 		connect_data->host, connect_data->port);