[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.253 and 1.254

version 1.253, 2016/05/04 12:21:53 version 1.254, 2016/05/04 14:29:58
Line 2017 
Line 2017 
         CLEAR_ON_NONE(options->proxy_command);          CLEAR_ON_NONE(options->proxy_command);
         CLEAR_ON_NONE(options->control_path);          CLEAR_ON_NONE(options->control_path);
         CLEAR_ON_NONE(options->revoked_host_keys);          CLEAR_ON_NONE(options->revoked_host_keys);
           /* options->identity_agent distinguishes NULL from 'none' */
         /* options->user will be set in the main program if appropriate */          /* options->user will be set in the main program if appropriate */
         /* options->hostname will be set in the main program if appropriate */          /* options->hostname will be set in the main program if appropriate */
         /* options->host_key_alias should not be set by default */          /* options->host_key_alias should not be set by default */

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