projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f43860
)
Send the timeout count in ares_getnameinfo().
author
Steinar H. Gunderson
<sesse@google.com>
Thu, 4 Oct 2007 08:09:04 +0000
(08:09 +0000)
committer
Steinar H. Gunderson
<sesse@google.com>
Thu, 4 Oct 2007 08:09:04 +0000
(08:09 +0000)
ares_getnameinfo.c
patch
|
blob
|
history
diff --git
a/ares_getnameinfo.c
b/ares_getnameinfo.c
index 4f690f9d0a6b3b53e1099c057cf8787d6ed98819..7fe191f86a99b8a48cc181a3e6f5bd390e3ddac8 100644
(file)
--- a/
ares_getnameinfo.c
+++ b/
ares_getnameinfo.c
@@
-252,7
+252,7
@@
static void nameinfo_callback(void *arg, int status, int timeouts, struct hosten
niquery->callback(niquery->arg, ARES_SUCCESS, 0, ipbuf, service);
return;
}
- niquery->callback(niquery->arg, status,
0
, NULL, NULL);
+ niquery->callback(niquery->arg, status,
niquery->timeouts
, NULL, NULL);
free(niquery);
}