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

Diff for /src/usr.bin/ssh/readconf.c between version 1.40 and 1.41

version 1.40, 2000/07/10 16:27:05 version 1.41, 2000/07/11 19:17:44
Line 739 
Line 739 
         if (options->rhosts_rsa_authentication == -1)          if (options->rhosts_rsa_authentication == -1)
                 options->rhosts_rsa_authentication = 1;                  options->rhosts_rsa_authentication = 1;
         if (options->fallback_to_rsh == -1)          if (options->fallback_to_rsh == -1)
                 options->fallback_to_rsh = 1;                  options->fallback_to_rsh = 0;
         if (options->use_rsh == -1)          if (options->use_rsh == -1)
                 options->use_rsh = 0;                  options->use_rsh = 0;
         if (options->batch_mode == -1)          if (options->batch_mode == -1)

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41