diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-22 09:36:35 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-22 09:36:35 +0000 |
| commit | 962a3f4e8136f9fffe16b9e9964c18d2086be2f7 (patch) | |
| tree | d2ecc95fed27b35f945fed6a59a7879907824932 /crypto | |
| parent | 912e4ae9f7e4450f6e75f085732d074cd619ba39 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/servconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 7852348cf62f..32f04c72affb 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -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; |
