[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.196 and 1.197

version 1.196, 2013/02/22 04:45:08 version 1.197, 2013/03/06 23:36:53
Line 1228 
Line 1228 
 void  void
 fill_default_options(Options * options)  fill_default_options(Options * options)
 {  {
         int len;  
   
         if (options->forward_agent == -1)          if (options->forward_agent == -1)
                 options->forward_agent = 0;                  options->forward_agent = 0;
         if (options->forward_x11 == -1)          if (options->forward_x11 == -1)

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197