libpurple/proxy.c

changeset 27943
129a272c34f2
parent 27635
0cd19038c417
child 28177
e62fe687ca6c
equal deleted inserted replaced
27942:ace850ade78d 27943:129a272c34f2
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

mercurial