comparison libgaim/protocols/oscar/peer_proxy.c @ 14262:baff095b146c

[gaim-migrate @ 16944] Rename GaimProxyConnectInfo to GaimProxyConnectData, and change the variables from connect_info to connect_data. Sorry, but I wanted to get this right before it becomes permanent. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 05:25:44 +0000
parents 60b1bc8dbf37
children 033e1604cf63
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
330 { 330 {
331 PeerConnection *conn; 331 PeerConnection *conn;
332 332
333 conn = data; 333 conn = data;
334 334
335 conn->connect_info = NULL; 335 conn->connect_data = NULL;
336 336
337 if (source < 0) 337 if (source < 0)
338 { 338 {
339 peer_connection_trynext(conn); 339 peer_connection_trynext(conn);
340 return; 340 return;