mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 08:07:12 -04:00
bin/dig/dighost.c calls isc_nm_httpconnect. The timeout setting (local_timeout) is passed as the 11th argument, but the function in lib/isc/netmgr/http.c has the timeout argument as the 11th argument. The 10th and 11th argument were reversed. This commit fixes that. Thanks to Nicolas Dehaine for reporting and providing the fix. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dig.c | ||
| dig.rst | ||
| dighost.c | ||
| dighost.h | ||
| host.c | ||
| host.rst | ||
| Makefile.am | ||
| nslookup.c | ||
| nslookup.rst | ||
| readline.h | ||