2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Remove isc_app_block() from dig's get_address().

This commit is contained in:
Michael Sawyer
2000-09-21 23:02:34 +00:00
parent f900be2190
commit b8f9623df0
4 changed files with 10 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.95 2000/09/21 22:46:34 mws Exp $ */
/* $Id: dig.c,v 1.96 2000/09/21 23:02:30 mws Exp $ */
#include <config.h>
#include <stdlib.h>
@@ -974,7 +974,7 @@ parse_args(isc_boolean_t is_batchfile, isc_boolean_t config_only,
rv++;
rc--;
}
get_address(address, 0, &bind_address, ISC_FALSE);
get_address(address, 0, &bind_address);
specified_source = ISC_TRUE;
} else if (strncmp(rv[0], "-h", 2) == 0) {
show_usage();