[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.254 and 1.255

version 1.254, 2016/05/04 14:29:58 version 1.255, 2016/06/03 03:14:41
Line 1733 
Line 1733 
         options->forward_x11 = -1;          options->forward_x11 = -1;
         options->forward_x11_trusted = -1;          options->forward_x11_trusted = -1;
         options->forward_x11_timeout = -1;          options->forward_x11_timeout = -1;
           options->stdio_forward_host = NULL;
           options->stdio_forward_port = 0;
         options->exit_on_forward_failure = -1;          options->exit_on_forward_failure = -1;
         options->xauth_location = NULL;          options->xauth_location = NULL;
         options->fwd_opts.gateway_ports = -1;          options->fwd_opts.gateway_ports = -1;

Legend:
Removed from v.1.254  
changed lines
  Added in v.1.255