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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.333 and 1.334

version 1.333, 2020/01/25 00:21:08 version 1.334, 2020/01/26 00:13:20
Line 2158 
Line 2158 
                     hostkeys_find, ctx, ctx->host_str, ctx->ip_str,                      hostkeys_find, ctx, ctx->host_str, ctx->ip_str,
                     HKF_WANT_PARSE_KEY|HKF_WANT_MATCH)) != 0) {                      HKF_WANT_PARSE_KEY|HKF_WANT_MATCH)) != 0) {
                         if (r == SSH_ERR_SYSTEM_ERROR && errno == ENOENT) {                          if (r == SSH_ERR_SYSTEM_ERROR && errno == ENOENT) {
                                 error("%s: hostkeys file %s does not exist",                                  debug("%s: hostkeys file %s does not exist",
                                     __func__, options.user_hostfiles[i]);                                      __func__, options.user_hostfiles[i]);
                                 continue;                                  continue;
                         }                          }

Legend:
Removed from v.1.333  
changed lines
  Added in v.1.334