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:
Peter Krempa 2013-10-29 17:01:22 +01:00
parent 0883f3ba04
commit 8e362a8955

View File

@ -979,5 +979,5 @@ virSecurityDriver virAppArmorSecurityDriver = {
.domainGetSecurityMountOptions = AppArmorGetMountOptions,
.getBaseLabel = AppArmoryGetBaseLabel,
.getBaseLabel = AppArmorGetBaseLabel,
};