|
From: <the...@us...> - 2006-07-03 21:20:18
|
Revision: 16417 Author: thekingant Date: 2006-07-03 14:20:16 -0700 (Mon, 03 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16417&view=rev Log Message: ----------- Backport SVN revision #16416 from HEAD to v2_0_0 Original commit 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. ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16416&view=rev Modified Paths: -------------- branches/v2_0_0/src/protocols/msn/httpconn.c Modified: branches/v2_0_0/src/protocols/msn/httpconn.c =================================================================== --- branches/v2_0_0/src/protocols/msn/httpconn.c 2006-07-03 21:19:56 UTC (rev 16416) +++ branches/v2_0_0/src/protocols/msn/httpconn.c 2006-07-03 21:20:16 UTC (rev 16417) @@ -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. |