]> andersk Git - openssh.git/blobdiff - authfile.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / authfile.c
index 23535fa07996f8b6d0b0ff6540c471b4c29f43e5..2c615709da7a4dd2eec1896fbfcb00dc8ca91e62 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.78 2010/01/11 04:46:45 dtucker Exp $ */
+/* $OpenBSD: authfile.c,v 1.79 2010/01/12 00:16:47 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -564,8 +564,8 @@ key_load_private_type(int type, const char *filename, const char *passphrase,
                    strerror(errno));
                if (perm_ok != NULL)
                        *perm_ok = 0;
-       }
                return NULL;
+       }
        if (!key_perm_ok(fd, filename)) {
                if (perm_ok != NULL)
                        *perm_ok = 0;
This page took 0.346967 seconds and 4 git commands to generate.