diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 7852348cf62..32f04c72aff 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;