diff src/protocols/msn/httpconn.c @ 13915:e78d113f82db

[gaim-migrate @ 16416] Stu pointed out two of my classic blunders! (Nineteen penguin points to the first person to figure out what movie I'm alluding to.) The MSN http connect method works now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Jul 2006 21:19:56 +0000
parents 3ae8a3935406
children 10e8eb6a4910
line wrap: on
line diff
--- a/src/protocols/msn/httpconn.c	Mon Jul 03 20:39:04 2006 +0000
+++ b/src/protocols/msn/httpconn.c	Mon Jul 03 21:19:56 2006 +0000
@@ -274,7 +274,7 @@
 	int len, cur_len;
 	char *result_msg = NULL;
 	size_t result_len = 0;
-	gboolean error;
+	gboolean error = FALSE;
 
 	httpconn = data;
 	servconn = NULL;
@@ -506,7 +506,7 @@
 	char *header;
 	char *auth;
 
-	data = httpconn;
+	httpconn = data;
 
 	g_return_val_if_fail(httpconn != NULL, FALSE);