[libvirt] [PATCH] Fix compilation of virt-aa-helper.c

Matthias Bolte matthias.bolte at googlemail.com
Fri Jan 15 11:07:13 UTC 2010


2010/1/15 Jim Meyering <jim at meyering.net>:
> Matthias Bolte wrote:
>> Commit 5073aa994af460e775cb3e548528e28d7660fcc8 added an additional
>> '}' to a case block that messed up the block structure of the get_files
>> function.
>> ---
>>  src/security/virt-aa-helper.c |    1 -
>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
>> index 3c8b49a..1b0b2cd 100644
>> --- a/src/security/virt-aa-helper.c
>> +++ b/src/security/virt-aa-helper.c
>> @@ -851,7 +851,6 @@ get_files(vahControl * ctl)
>>                  if (rc != 0)
>>                      goto clean;
>>                  break;
>> -                }
>>              }
>
> ACK.  Obviously fixes the compilation failure.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list