diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-09-07 23:48:09 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-09-12 16:42:20 +1000 |
commit | abd59663df37a42152e37980113ccaa405b9a282 (patch) | |
tree | 423880e2ae107642f0e91817e3975167363df74f /auth2-pubkey.c | |
parent | 149a8cd24ce9dd47c36f571738681df5f31a326c (diff) |
upstream commit
typo in comment
Upstream-ID: a93b1e6f30f1f9b854b5b964b9fd092d0c422c47
Diffstat (limited to 'auth2-pubkey.c')
-rw-r--r-- | auth2-pubkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c index e1845d7d5..169839b01 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-pubkey.c,v 1.70 2017/08/18 05:48:04 djm Exp $ */ | 1 | /* $OpenBSD: auth2-pubkey.c,v 1.71 2017/09/07 23:48:09 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -475,7 +475,7 @@ check_authkeys_file(FILE *f, char *file, struct sshkey *key, struct passwd *pw) | |||
475 | char *cp, *key_options = NULL, *fp = NULL; | 475 | char *cp, *key_options = NULL, *fp = NULL; |
476 | const char *reason = NULL; | 476 | const char *reason = NULL; |
477 | 477 | ||
478 | /* Always consume entrire file */ | 478 | /* Always consume entire file */ |
479 | if (found_key) | 479 | if (found_key) |
480 | continue; | 480 | continue; |
481 | if (found != NULL) | 481 | if (found != NULL) |