| 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; |