[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.294 and 1.295

version 1.294, 2006/10/06 02:29:19 version 1.295, 2007/01/03 03:01:40
Line 601 
Line 601 
                 if (!read_config_file(config, host, &options, 0))                  if (!read_config_file(config, host, &options, 0))
                         fatal("Can't open user config file %.100s: "                          fatal("Can't open user config file %.100s: "
                             "%.100s", config, strerror(errno));                              "%.100s", config, strerror(errno));
         } else  {          } else {
                 snprintf(buf, sizeof buf, "%.100s/%.100s", pw->pw_dir,                  snprintf(buf, sizeof buf, "%.100s/%.100s", pw->pw_dir,
                     _PATH_SSH_USER_CONFFILE);                      _PATH_SSH_USER_CONFFILE);
                 (void)read_config_file(buf, host, &options, 1);                  (void)read_config_file(buf, host, &options, 1);

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295