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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.89 and 1.90

version 1.89, 2021/01/26 00:51:30 version 1.90, 2021/04/03 06:58:30
Line 389 
Line 389 
                                         *found = hostkeys->entries + i;                                          *found = hostkeys->entries + i;
                                 break;                                  break;
                         }                          }
                         /* A non-maching key exists */                          /* A non-matching key exists */
                         end_return = HOST_CHANGED;                          end_return = HOST_CHANGED;
                         if (found != NULL)                          if (found != NULL)
                                 *found = hostkeys->entries + i;                                  *found = hostkeys->entries + i;

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90