[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.22 and 1.23

version 1.22, 1999/12/01 13:59:15 version 1.23, 2000/02/28 19:51:58
Line 638 
Line 638 
         if (options->forward_agent == -1)          if (options->forward_agent == -1)
                 options->forward_agent = 1;                  options->forward_agent = 1;
         if (options->forward_x11 == -1)          if (options->forward_x11 == -1)
                 options->forward_x11 = 1;                  options->forward_x11 = 0;
         if (options->gateway_ports == -1)          if (options->gateway_ports == -1)
                 options->gateway_ports = 0;                  options->gateway_ports = 0;
         if (options->use_privileged_port == -1)          if (options->use_privileged_port == -1)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23