diff options
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 2e15424e1..62a553612 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-pubkey.c,v 1.26 2010/06/29 23:16:46 djm Exp $ */ | 1 | /* $OpenBSD: auth2-pubkey.c,v 1.27 2010/11/20 05:12:38 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -232,7 +232,7 @@ match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert) | |||
232 | if ((ep = strrchr(cp, ' ')) != NULL || | 232 | if ((ep = strrchr(cp, ' ')) != NULL || |
233 | (ep = strrchr(cp, '\t')) != NULL) { | 233 | (ep = strrchr(cp, '\t')) != NULL) { |
234 | for (; *ep == ' ' || *ep == '\t'; ep++) | 234 | for (; *ep == ' ' || *ep == '\t'; ep++) |
235 | ;; | 235 | ; |
236 | line_opts = cp; | 236 | line_opts = cp; |
237 | cp = ep; | 237 | cp = ep; |
238 | } | 238 | } |