summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
commit5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch)
tree7595267f0f9cb746a0955a41bcb5e872c632e68b /ssh-agent.c
parent2ab1968da288e0b32f639d5e7d79ab0b61d42bc3 (diff)
unexpand
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 56db292ba..06e4d2316 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -617,7 +617,7 @@ process_remove_smartcard_key(SocketEntry *e)
617 version = k->type == KEY_RSA1 ? 1 : 2; 617 version = k->type == KEY_RSA1 ? 1 : 2;
618 if ((id = lookup_identity(k, version)) != NULL) { 618 if ((id = lookup_identity(k, version)) != NULL) {
619 tab = idtab_lookup(version); 619 tab = idtab_lookup(version);
620 TAILQ_REMOVE(&tab->idlist, id, next); 620 TAILQ_REMOVE(&tab->idlist, id, next);
621 tab->nentries--; 621 tab->nentries--;
622 free_identity(id); 622 free_identity(id);
623 success = 1; 623 success = 1;