src/proxy.c

changeset 8436
9acf659a9338
parent 8273
7882af5843e9
child 8477
cc7c41f2f5e0
equal deleted inserted replaced
8435:7475bfdcaa20 8436:9acf659a9338
313 { 313 {
314 pending_dns_request_t *req = (pending_dns_request_t*)data; 314 pending_dns_request_t *req = (pending_dns_request_t*)data;
315 int rc, err; 315 int rc, err;
316 GSList *hosts = NULL; 316 GSList *hosts = NULL;
317 struct sockaddr *addr = NULL; 317 struct sockaddr *addr = NULL;
318 socklen_t addrlen; 318 size_t addrlen;
319 319
320 gaim_debug(GAIM_DEBUG_INFO, "dns", "Host '%s' resolved\n", req->host); 320 gaim_debug(GAIM_DEBUG_INFO, "dns", "Host '%s' resolved\n", req->host);
321 gaim_input_remove(req->inpa); 321 gaim_input_remove(req->inpa);
322 322
323 rc=read(req->fd_out, &err, sizeof(err)); 323 rc=read(req->fd_out, &err, sizeof(err));

mercurial