| 421 { |
421 { |
| 422 servconn->http_data->gateway_host = g_strdup(host); |
422 servconn->http_data->gateway_host = g_strdup(host); |
| 423 } |
423 } |
| 424 #endif |
424 #endif |
| 425 |
425 |
| 426 directconn->connect_data = gaim_proxy_connect(session->account, host, port, |
426 directconn->connect_data = gaim_proxy_connect(NULL, session->account, |
| 427 connect_cb, directconn); |
427 host, port, connect_cb, directconn); |
| 428 |
428 |
| 429 if (directconn->connect_data != NULL) |
429 if (directconn->connect_data != NULL) |
| 430 { |
430 { |
| 431 return TRUE; |
431 return TRUE; |
| 432 } |
432 } |