=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-agent.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- src/usr.bin/ssh/ssh-agent.c 2002/06/05 21:55:44 1.89 +++ src/usr.bin/ssh/ssh-agent.c 2002/06/09 13:32:01 1.90 @@ -35,7 +35,7 @@ #include "includes.h" #include -RCSID("$OpenBSD: ssh-agent.c,v 1.89 2002/06/05 21:55:44 markus Exp $"); +RCSID("$OpenBSD: ssh-agent.c,v 1.90 2002/06/09 13:32:01 markus Exp $"); #include #include @@ -613,7 +613,7 @@ version = k->type == KEY_RSA1 ? 1 : 2; if ((id = lookup_identity(k, version)) != NULL) { tab = idtab_lookup(version); - TAILQ_REMOVE(&tab->idlist, id, next); + TAILQ_REMOVE(&tab->idlist, id, next); tab->nentries--; free_identity(id); success = 1;