Skip to content

Commit

Permalink
Merge pull request #461 from jjnicola/allow-simult-ips
Browse files Browse the repository at this point in the history
Fix openvas preference name.
  • Loading branch information
bjoernricks authored Mar 19, 2021
2 parents b020a1a + 536b4cd commit 3f78e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Let setup_log_handlers return an error if it does not have write access to some log file or log dir instead of aborting immediately.
[#447](https://github.com/greenbone/gvm-libs/pull/447)
[#451](https://github.com/greenbone/gvm-libs/pull/451)
- Fix openvas preference name. The option was rename to "allow_simultaneous_ips". [#461](https://github.com/greenbone/gvm-libs/pull/461)

### Removed
- Remove handling of severity class from auth [#402](https://github.com/greenbone/gvm-libs/pull/402)
Expand Down
2 changes: 1 addition & 1 deletion base/prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ prefs_init (void)
prefs_set ("vendor_version", "\0");
prefs_set ("test_alive_hosts_only", "no");
prefs_set ("debug_tls", "0");
prefs_set ("allow_simult_ips_same_host", "yes");
prefs_set ("allow_simultaneous_ips", "yes");
}

/**
Expand Down

0 comments on commit 3f78e27

Please sign in to comment.