Mercurial > pidgin
comparison src/proxy.c @ 5218:4ee151ad8233
[gaim-migrate @ 5588]
What can I say. I'm tired.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 26 Apr 2003 08:33:49 +0000 |
| parents | 0241d6b6702d |
| children | 0bf1ced10b2b |
comparison
equal
deleted
inserted
replaced
| 5217:6afeab1955b2 | 5218:4ee151ad8233 |
|---|---|
| 189 int rc; | 189 int rc; |
| 190 | 190 |
| 191 /* Are you alive? */ | 191 /* Are you alive? */ |
| 192 if(kill(req->dns_pid, 0) != 0) { | 192 if(kill(req->dns_pid, 0) != 0) { |
| 193 gaim_debug(GAIM_DEBUG_WARNING, "dns", | 193 gaim_debug(GAIM_DEBUG_WARNING, "dns", |
| 194 "DNS child %s no longer exists\n", req->dns_pid); | 194 "DNS child %d no longer exists\n", req->dns_pid); |
| 195 return -1; | 195 return -1; |
| 196 } | 196 } |
| 197 | 197 |
| 198 /* Let's contact this lost child! */ | 198 /* Let's contact this lost child! */ |
| 199 rc = write(req->fd_in, dns_params, sizeof(*dns_params)); | 199 rc = write(req->fd_in, dns_params, sizeof(*dns_params)); |
