summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
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;