2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

A couple of typos corrected

Improvement to host8 compatibility.
This commit is contained in:
Michael Sawyer
2000-09-13 00:27:27 +00:00
parent 4c1fac9b52
commit 97beb7237b
5 changed files with 38 additions and 30 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.91 2000/09/13 00:03:25 mws Exp $ */
/* $Id: dig.c,v 1.92 2000/09/13 00:27:21 mws Exp $ */
#include <config.h>
#include <stdlib.h>
@@ -960,7 +960,7 @@ parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
rv++;
rc--;
}
get_address(address, 0, &bind_address);
get_address(address, 0, &bind_address, ISC_FALSE);
specified_source = ISC_TRUE;
} else if (strncmp(rv[0], "-h", 2) == 0) {
show_usage();