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

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

version 1.89, 2002/06/05 21:55:44 version 1.90, 2002/06/09 13:32:01
Line 613 
Line 613 
                 version = k->type == KEY_RSA1 ? 1 : 2;                  version = k->type == KEY_RSA1 ? 1 : 2;
                 if ((id = lookup_identity(k, version)) != NULL) {                  if ((id = lookup_identity(k, version)) != NULL) {
                         tab = idtab_lookup(version);                          tab = idtab_lookup(version);
                         TAILQ_REMOVE(&tab->idlist, id, next);                          TAILQ_REMOVE(&tab->idlist, id, next);
                         tab->nentries--;                          tab->nentries--;
                         free_identity(id);                          free_identity(id);
                         success = 1;                          success = 1;

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