]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- OpenBSD CVS Sync
[openssh.git] / ssh-agent.c
index 392d1a0cda4c7bd2faac4902019028e1dbd41dc4..61e79c5fc7e4daf9f6dba1e0210796ca072a78f8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh-agent.c,v 1.61 2001/07/04 22:47:19 markus Exp $   */
+/*     $OpenBSD: ssh-agent.c,v 1.62 2001/07/04 23:13:10 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,7 +36,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.61 2001/07/04 22:47:19 markus Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.62 2001/07/04 23:13:10 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/md5.h>
@@ -536,6 +536,7 @@ process_remove_smartcard_key(SocketEntry *e)
                        success = 1;
                }
                key_free(k);
+               sc_close();
        }
 
        buffer_put_int(&e->output, 1);
This page took 0.359506 seconds and 4 git commands to generate.