From: <the...@us...> - 2006-08-14 06:27:07
|
Revision: 16744 Author: thekingant Date: 2006-08-13 23:27:04 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16744&view=rev Log Message: ----------- Code re-use! Modified Paths: -------------- trunk/src/protocols/oscar/peer.c Modified: trunk/src/protocols/oscar/peer.c =================================================================== --- trunk/src/protocols/oscar/peer.c 2006-08-14 06:24:17 UTC (rev 16743) +++ trunk/src/protocols/oscar/peer.c 2006-08-14 06:27:04 UTC (rev 16744) @@ -658,9 +658,7 @@ gaim_debug_info("oscar", "Peer connection timed out after 15 seconds. " "Trying next method...\n"); - gaim_proxy_connect_cancel(conn->connect_info); - conn->connect_info = NULL; - conn->connect_timeout_timer = 0; + peer_connection_close(conn); peer_connection_trynext(conn); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |