]> andersk Git - openssh.git/blobdiff - auth2.c
- markus@cvs.openbsd.org 2001/03/11 13:25:36
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index aa56fa631b1d6e16187f3698a7d0dc9ed02aa3c4..8d229955cb6a76389827dced58bb5a46e3d8261d 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.45 2001/03/04 01:46:29 djm Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.46 2001/03/11 13:25:36 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -688,5 +688,7 @@ user_key_allowed(struct passwd *pw, Key *key)
        restore_uid();
        fclose(f);
        key_free(found);
+       if (!found_key)
+               debug2("key not found");
        return found_key;
 }
This page took 0.15185 seconds and 4 git commands to generate.