[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.370 and 1.371

version 1.370, 2010/01/09 23:04:13 version 1.371, 2010/01/13 03:48:13
Line 1297 
Line 1297 
                                 fprintf(stderr, "too many host keys.\n");                                  fprintf(stderr, "too many host keys.\n");
                                 exit(1);                                  exit(1);
                         }                          }
                         options.host_key_files[options.num_host_key_files++] = optarg;                          options.host_key_files[options.num_host_key_files++] =
                              derelativise_path(optarg);
                         break;                          break;
                 case 't':                  case 't':
                         test_flag = 1;                          test_flag = 1;

Legend:
Removed from v.1.370  
changed lines
  Added in v.1.371