diff options
Diffstat (limited to 'auth2-pubkey.c')
-rw-r--r-- | auth2-pubkey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c index 70d8996ea..3ff6faa8b 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-pubkey.c,v 1.33 2012/11/14 02:24:27 djm Exp $ */ | 1 | /* $OpenBSD: auth2-pubkey.c,v 1.34 2013/02/14 21:35:59 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -479,8 +479,8 @@ user_key_command_allowed2(struct passwd *user_pw, Key *key) | |||
479 | "u", user_pw->pw_name, (char *)NULL); | 479 | "u", user_pw->pw_name, (char *)NULL); |
480 | pw = getpwnam(username); | 480 | pw = getpwnam(username); |
481 | if (pw == NULL) { | 481 | if (pw == NULL) { |
482 | error("AuthorizedKeyCommandUser \"%s\" not found: %s", | 482 | error("AuthorizedKeysCommandUser \"%s\" not found: %s", |
483 | options.authorized_keys_command, strerror(errno)); | 483 | username, strerror(errno)); |
484 | free(username); | 484 | free(username); |
485 | return 0; | 485 | return 0; |
486 | } | 486 | } |