ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
(Generate patch)

Comparing hopm/trunk/src/scan.c (file contents):
Revision 9726 by michael, Wed Jan 1 10:03:28 2020 UTC vs.
Revision 9727 by michael, Mon Nov 16 10:29:12 2020 UTC

# Line 217 | Line 217 | scan_init(void)
217      opm_config(scs->scanner, OPM_CONFIG_SCAN_PORT, &sc->target_port);
218      opm_config(scs->scanner, OPM_CONFIG_TIMEOUT, &sc->timeout);
219      opm_config(scs->scanner, OPM_CONFIG_MAX_READ, &sc->max_read);
220 <    opm_config(scs->scanner, OPM_CONFIG_BIND_IP, sc->vhost);
220 >    opm_config(scs->scanner, OPM_CONFIG_BIND_IP, sc->bind);
221  
222      /* add target strings */
223      LIST_FOREACH(p2, sc->target_string.head)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)