summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
commit204e48851a67d7165c7fa9fff21e92bcee448685 (patch)
tree2dc1e1780897f8f790f84e308846c09a34a64ae5 /auth2.c
parent0ab2a010794017a7a1314faade2adcdb116e0544 (diff)
- 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;
}