diff options
Diffstat (limited to 'ares_process.c')
-rw-r--r-- | ares_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_process.c b/ares_process.c index 15aa06e..d359b11 100644 --- a/ares_process.c +++ b/ares_process.c @@ -936,7 +936,7 @@ static struct query *end_query (ares_channel channel, struct query *query, int s } /* Invoke the callback */ - query->callback(query->arg, status, abuf, alen); + query->callback(query->arg, status, query->timeouts, abuf, alen); for (q = &channel->queries; *q; q = &(*q)->next) { if (*q == query) |