comparison libgaim/proxy.c @ 14392:92eb7a040663

[gaim-migrate @ 17099] Better connection error messages for dnsquery failures in general and for oscar committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 31 Aug 2006 09:44:51 +0000
parents 4ae3c2913c3e
children 8bc97389bdb2
comparison
equal deleted inserted replaced
14391:6e89bfd2b33f 14392:92eb7a040663
1580 connect_data = data; 1580 connect_data = data;
1581 connect_data->query_data = NULL; 1581 connect_data->query_data = NULL;
1582 1582
1583 if (error_message != NULL) 1583 if (error_message != NULL)
1584 { 1584 {
1585 gaim_proxy_connect_data_error(connect_data, 1585 gaim_proxy_connect_data_error(connect_data, error_message);
1586 _("Error while resolving hostname: %s\n"), error_message);
1587 return; 1586 return;
1588 } 1587 }
1589 1588
1590 connect_data->hosts = hosts; 1589 connect_data->hosts = hosts;
1591 1590