From 6a0204e95aa5358ef2bf7714559ccd366dba4617 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 19 Nov 2020 19:43:31 -0500 Subject: New upstream version 1.1.9. --- src/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scan.c') diff --git a/src/scan.c b/src/scan.c index b287f4f..79d380f 100644 --- a/src/scan.c +++ b/src/scan.c @@ -217,7 +217,7 @@ scan_init(void) opm_config(scs->scanner, OPM_CONFIG_SCAN_PORT, &sc->target_port); opm_config(scs->scanner, OPM_CONFIG_TIMEOUT, &sc->timeout); opm_config(scs->scanner, OPM_CONFIG_MAX_READ, &sc->max_read); - opm_config(scs->scanner, OPM_CONFIG_BIND_IP, sc->vhost); + opm_config(scs->scanner, OPM_CONFIG_BIND_IP, sc->bind); /* add target strings */ LIST_FOREACH(p2, sc->target_string.head) -- cgit v1.2.3