mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
apparmor: Fix typo in function name in driver struct initialization
Commit 64a68a4a
introduced a typo in the initialization of the apparmor
driver structure breaking the build with apparmor enabled.
This commit is contained in:
parent
0883f3ba04
commit
8e362a8955
@ -979,5 +979,5 @@ virSecurityDriver virAppArmorSecurityDriver = {
|
||||
|
||||
.domainGetSecurityMountOptions = AppArmorGetMountOptions,
|
||||
|
||||
.getBaseLabel = AppArmoryGetBaseLabel,
|
||||
.getBaseLabel = AppArmorGetBaseLabel,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user