diff options
author | mouring <mouring> | 2001-03-05 06:47:00 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-03-05 06:47:00 +0000 |
commit | 35e2d74bf8aca74890860ce03ef4185e3b16c77e (patch) | |
tree | 3aeceb83999d0f2f6b9580bc22b0554df9c5207f /auth2.c | |
parent | c08e3baadff5417fc9f8d6831c598cfce6742b33 (diff) | |
download | openssh-35e2d74bf8aca74890860ce03ef4185e3b16c77e.tar.gz |
- deraadt@cvs.openbsd.org 2001/03/01 02:45:10
[auth-rsa.c auth2.c deattack.c packet.c]
KNF
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.43 2001/02/22 21:59:44 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.44 2001/03/01 02:45:10 deraadt Exp $"); #include <openssl/evp.h> @@ -640,7 +640,7 @@ user_key_allowed(struct passwd *pw, Key *key) } if (fail) { fclose(f); - log("%s",buf); + log("%s", buf); restore_uid(); return 0; } |