aboutsummaryrefslogtreecommitdiffstats
path: root/src/scan.c
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-11-19 19:43:38 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2020-11-19 19:43:38 -0500
commit63e4f9bb7cea4f73a091431407d042ec9ae8b5f7 (patch)
treed56703bf5e2a0932e7519843589d31c228d0314e /src/scan.c
parent79783ce4f83642ba748824dc02ecc1d897df347a (diff)
parent6a0204e95aa5358ef2bf7714559ccd366dba4617 (diff)
Update upstream source from tag 'upstream/1.1.9'
Update to upstream version '1.1.9' with Debian dir f87a15f8b0e0242659f92e8bd07df9e123305fbe
Diffstat (limited to 'src/scan.c')
-rw-r--r--src/scan.c2
1 files changed, 1 insertions, 1 deletions
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)