comparison src/proxy.c @ 13023:e8adf8183cf4

[gaim-migrate @ 15376] A few tweaks. Don't show connection errors in the buddy list. Anything else for beta2? I'll tag and make tarballs tonight around 11:30 EST, if not. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 23:16:31 +0000
parents c1b2ba353e85
children 31a3a9af1494
comparison
equal deleted inserted replaced
13022:228b1f95e5b4 13023:e8adf8183cf4
622 int rc, err; 622 int rc, err;
623 GSList *hosts = NULL; 623 GSList *hosts = NULL;
624 struct sockaddr *addr = NULL; 624 struct sockaddr *addr = NULL;
625 size_t addrlen; 625 size_t addrlen;
626 626
627 gaim_debug_info("dns", "Host '%s' resolved\n", req->host); 627 gaim_debug_info("dns", "Got response for '%s'\n", req->host);
628 gaim_input_remove(req->inpa); 628 gaim_input_remove(req->inpa);
629 629
630 rc = read(req->fd_out, &err, sizeof(err)); 630 rc = read(req->fd_out, &err, sizeof(err));
631 if ((rc == 4) && (err != 0)) 631 if ((rc == 4) && (err != 0))
632 { 632 {