upstream commit

typo in comment

Upstream-ID: a93b1e6f30f1f9b854b5b964b9fd092d0c422c47
This commit is contained in:
djm@openbsd.org 2017-09-07 23:48:09 +00:00 committed by Damien Miller
parent 149a8cd24c
commit abd59663df

View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth2-pubkey.c,v 1.70 2017/08/18 05:48:04 djm Exp $ */
/* $OpenBSD: auth2-pubkey.c,v 1.71 2017/09/07 23:48:09 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@ -475,7 +475,7 @@ check_authkeys_file(FILE *f, char *file, struct sshkey *key, struct passwd *pw)
char *cp, *key_options = NULL, *fp = NULL;
const char *reason = NULL;
/* Always consume entrire file */
/* Always consume entire file */
if (found_key)
continue;
if (found != NULL)