summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 06:47:00 +0000
committermouring <mouring>2001-03-05 06:47:00 +0000
commit35e2d74bf8aca74890860ce03ef4185e3b16c77e (patch)
tree3aeceb83999d0f2f6b9580bc22b0554df9c5207f /auth2.c
parentc08e3baadff5417fc9f8d6831c598cfce6742b33 (diff)
downloadopenssh-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 5d7de3a1..e60bed10 100644
--- a/auth2.c
+++ b/auth2.c
@@ -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;
}