[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.144 and 1.145

version 1.144, 2001/09/24 03:38:58 version 1.145, 2001/09/28 15:46:29
Line 613 
Line 613 
         } 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);
   
                 /* Read systemwide configuration file. */                  /* Read systemwide configuration file after use config. */
                 (void)read_config_file(_PATH_HOST_CONFIG_FILE, host, &options);                  (void)read_config_file(_PATH_HOST_CONFIG_FILE, host, &options);
                 (void)read_config_file(buf, host, &options);  
         }          }
   
         /* Fill configuration defaults. */          /* Fill configuration defaults. */

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145