]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix arch datatype in vahControl in virt-aa-helper.c
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 11:45:31 +0000 (11:45 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 11:45:31 +0000 (11:45 +0000)
commitdc068e35c025d66beda47fba4003aa288d47c82e
treef9152042b674f9e8951e4d08f2070efc8fe6f71a
parent012ff583fe0a3efe143b68d3c21ffd5c5c1432c0
Fix arch datatype in vahControl in virt-aa-helper.c

When changing to virArch, the virt-aa-helper.c file was not
completely changed. The vahControl struct was left with a
char *arch field, instead of virArch arch field.
src/security/virt-aa-helper.c