• J
    security: Fixing wrong label in virt-aa-helper.c. · fe94ee5d
    Julio Faracco 提交于
    There is an issue with a wrong label inside vah_add_path().
    The compilation fails with the error:
    make[3]: Entering directory '/tmp/libvirt/src'
      CC       security/virt_aa_helper-virt-aa-helper.o
    security/virt-aa-helper.c: In function 'vah_add_path':
    security/virt-aa-helper.c:769:9: error: label 'clean' used but not defined
             goto clean;
    
    This patch moves 'clean' label to 'cleanup' label.
    Signed-off-by: NJulio Faracco <jcfaracco@gmail.com>
    fe94ee5d
virt-aa-helper.c 42.0 KB