From: <the...@us...> - 2006-07-03 21:19:58
|
Revision: 16416 Author: thekingant Date: 2006-07-03 14:19:56 -0700 (Mon, 03 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16416&view=rev Log Message: ----------- 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. Modified Paths: -------------- trunk/src/protocols/msn/httpconn.c Modified: trunk/src/protocols/msn/httpconn.c =================================================================== --- trunk/src/protocols/msn/httpconn.c 2006-07-03 20:39:41 UTC (rev 16415) +++ trunk/src/protocols/msn/httpconn.c 2006-07-03 21:19:56 UTC (rev 16416) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |