mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
The isc_nm_getinitialtimeout() function (and also the previously used isc_nm_gettimeouts() function) returns timeout value(s) in milliseconds, while the dns_request_create() function expects timeout values in seconds. Fix the bug by dividing the timeout value by MS_PER_SEC. There is no added test, because it turns out delv doesn't support setting custom timeout values (as opposed to what is suggested in its man page). Tests should be added later when the '+timeout=T' option is implemented. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| delv.c | ||
| delv.rst | ||
| Makefile.am | ||