artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
274b0fe
)
missing fclose
author
markus
<markus@openbsd.org>
Wed, 26 Apr 2000 20:48:42 +0000
(20:48 +0000)
committer
markus
<markus@openbsd.org>
Wed, 26 Apr 2000 20:48:42 +0000
(20:48 +0000)
usr.bin/ssh/auth-rsa.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/auth-rsa.c
b/usr.bin/ssh/auth-rsa.c
index
7963c34
..
2c87c01
100644
(file)
--- a/
usr.bin/ssh/auth-rsa.c
+++ b/
usr.bin/ssh/auth-rsa.c
@@
-16,7
+16,7
@@
*/
#include "includes.h"
-RCSID("$Id: auth-rsa.c,v 1.2
1 2000/04/14 10:30:29
markus Exp $");
+RCSID("$Id: auth-rsa.c,v 1.2
2 2000/04/26 20:48:42
markus Exp $");
#include "rsa.h"
#include "packet.h"
@@
-185,6
+185,7
@@
auth_rsa(struct passwd *pw, BIGNUM *client_n)
}
}
if (fail) {
+ fclose(f);
log(buf);
packet_send_debug(buf);
restore_uid();