| 14169:90d1d4697e23 | 14170:f611621bc8a0 |
|---|---|
| 437 servconn->http_data->gateway_host = g_strdup(host); | 437 servconn->http_data->gateway_host = g_strdup(host); |
| 438 } | 438 } |
| 439 #endif | 439 #endif |
| 440 | 440 |
| 441 connect_info = gaim_proxy_connect(session->account, host, port, | 441 connect_info = gaim_proxy_connect(session->account, host, port, |
| 442 connect_cb, NULL, directconn); | 442 connect_cb, directconn); |
| 443 | 443 |
| 444 if (connect_info != NULL) | 444 if (connect_info != NULL) |
| 445 { | 445 { |
| 446 return TRUE; | 446 return TRUE; |
| 447 } | 447 } |