| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |