View | Details | Raw Unified | Return to bug 17027
Collapse All | Expand All

(-)servconf.c Sun Feb 27 22:04:42 2000 (-1 / +1 lines)
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;

Return to bug 17027