src/protocols/msn/directconn.c

changeset 14170
f611621bc8a0
parent 14151
34427f138b1f
child 14174
1615a99529dc
equal deleted inserted replaced
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 }

mercurial