[SSSD] [PATCH] correct order in error_to_str table

Jakub Hrozek jhrozek at redhat.com
Wed Mar 20 11:44:55 UTC 2013


On Wed, Mar 20, 2013 at 12:29:16PM +0100, Pavel Březina wrote:

> From 272fbd1035f3cbf35d47901fc713477160449e69 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina at redhat.com>
> Date: Wed, 20 Mar 2013 12:28:46 +0100
> Subject: [PATCH] correct order in error_to_str table
> 
> ---
>  src/util/util_errors.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/util/util_errors.c b/src/util/util_errors.c
> index a292fa6b19f38943228bd221c09cfe0a21604448..5f422f032a596a8f75e2f0f6e09236d8cda12de5 100644
> --- a/src/util/util_errors.c
> +++ b/src/util/util_errors.c
> @@ -39,8 +39,8 @@ struct err_string error_to_str[] = {
>      { "Password Change Failed" }, /* ERR_CHPASS_FAILED */
>      { "Network I/O Error" }, /* ERR_NETWORK_IO */
>      { "Account Expired" }, /* ERR_ACCOUNT_EXPIRED */
> -    { "Host Access Denied" }, /* ERR_ACEESS_DENIED */
>      { "Password Expired" }, /* ERR_PASSWORD_EXPIRED */
> +    { "Host Access Denied" }, /* ERR_ACEESS_DENIED */

Can you also fix the typo when you're changing the line?



More information about the sssd-devel mailing list