[SSSD] [PATCH] correct order in error_to_str table

Pavel Březina pbrezina at redhat.com
Wed Mar 20 11:50:59 UTC 2013


On 03/20/2013 12:44 PM, Jakub Hrozek wrote:
> 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?

Sure, I did not see that one :-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-correct-order-in-error_to_str-table.patch
Type: text/x-patch
Size: 945 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20130320/b1279e27/attachment.bin>


More information about the sssd-devel mailing list