| 604 } |
604 } |
| 605 |
605 |
| 606 static void |
606 static void |
| 607 purple_proxy_connect_data_connected(PurpleProxyConnectData *connect_data) |
607 purple_proxy_connect_data_connected(PurpleProxyConnectData *connect_data) |
| 608 { |
608 { |
| |
609 purple_debug_info("proxy", "Connected to %s:%d.\n", |
| |
610 connect_data->host, connect_data->port); |
| |
611 |
| 609 connect_data->connect_cb(connect_data->data, connect_data->fd, NULL); |
612 connect_data->connect_cb(connect_data->data, connect_data->fd, NULL); |
| 610 |
613 |
| 611 /* |
614 /* |
| 612 * We've passed the file descriptor to the protocol, so it's no longer |
615 * We've passed the file descriptor to the protocol, so it's no longer |
| 613 * our responsibility, and we should be careful not to free it when |
616 * our responsibility, and we should be careful not to free it when |