mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
IgnoreUserKnownHosts is a boolean flag, not an integer value.
The fix submitted in the attributed PR is identical to the one adopted by OpenBSD. PR: 17027 Submitted by: David Malone <dwmalone@maths.tcd.ie> Obtained from: OpenBSD
This commit is contained in:
parent
912e4ae9f7
commit
962a3f4e81
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ parse_flag:
|
|||
|
||||
case sIgnoreUserKnownHosts:
|
||||
intptr = &options->ignore_user_known_hosts;
|
||||
goto parse_int;
|
||||
goto parse_flag;
|
||||
|
||||
case sRhostsAuthentication:
|
||||
intptr = &options->rhosts_authentication;
|
||||
|
|
|
|||
Loading…
Reference in a new issue