[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.251 and 1.252

version 1.251, 2002/06/25 18:51:04 version 1.252, 2002/06/28 10:08:25
Line 882 
Line 882 
                         break;                          break;
                 case 'u':                  case 'u':
                         utmp_len = atoi(optarg);                          utmp_len = atoi(optarg);
                           if (utmp_len < 0 || utmp_len > MAXHOSTNAMELEN)
                                   usage();
                         break;                          break;
                 case 'o':                  case 'o':
                         if (process_server_config_line(&options, optarg,                          if (process_server_config_line(&options, optarg,

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.252