]> andersk Git - openssh.git/blobdiff - auth2.c
- deraadt@cvs.openbsd.org 2001/03/01 02:45:10
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 5d7de3a1c850e2ac1497dd885b9480c3fb679fee..e60bed10b9b32105f86a55b90b582d7a225500d6 100644 (file)
--- 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;
                }
This page took 0.160456 seconds and 4 git commands to generate.