|
Lines 410-416
Link Here
|
| 410 |
|
410 |
|
| 411 |
case sIgnoreUserKnownHosts: |
411 |
case sIgnoreUserKnownHosts: |
| 412 |
intptr = &options->ignore_user_known_hosts; |
412 |
intptr = &options->ignore_user_known_hosts; |
| 413 |
goto parse_int; |
413 |
goto parse_flag; |
| 414 |
|
414 |
|
| 415 |
case sRhostsAuthentication: |
415 |
case sRhostsAuthentication: |
| 416 |
intptr = &options->rhosts_authentication; |
416 |
intptr = &options->rhosts_authentication; |