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

Diff for /src/usr.bin/ssh/ssh.c between version 1.363 and 1.364

version 1.363, 2011/06/22 22:08:42 version 1.364, 2011/08/02 23:15:03
Line 677 
Line 677 
                 if (r > 0 && (size_t)r < sizeof(buf))                  if (r > 0 && (size_t)r < sizeof(buf))
                         (void)read_config_file(buf, host, &options, 1);                          (void)read_config_file(buf, host, &options, 1);
   
                 /* Read systemwide configuration file after use config. */                  /* Read systemwide configuration file after user config. */
                 (void)read_config_file(_PATH_HOST_CONFIG_FILE, host,                  (void)read_config_file(_PATH_HOST_CONFIG_FILE, host,
                     &options, 0);                      &options, 0);
         }          }

Legend:
Removed from v.1.363  
changed lines
  Added in v.1.364