libgaim/protocols/oscar/peer_proxy.c

changeset 14324
8cbedd82b6ac
parent 14254
77edc7a6191a
child 15151
bb985812fefa
equal deleted inserted replaced
14323:0611d91321eb 14324:8cbedd82b6ac
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;

mercurial