summary refs log tree commit diff stats
path: root/authz/pamacct.c
diff options
context:
space:
mode:
Diffstat (limited to 'authz/pamacct.c')
-rw-r--r--authz/pamacct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authz/pamacct.c b/authz/pamacct.c
index 07b8aad497..c0ad67479a 100644
--- a/authz/pamacct.c
+++ b/authz/pamacct.c
@@ -136,7 +136,7 @@ static const TypeInfo qauthz_pam_info = {
     .instance_size = sizeof(QAuthZPAM),
     .instance_finalize = qauthz_pam_finalize,
     .class_init = qauthz_pam_class_init,
-    .interfaces = (InterfaceInfo[]) {
+    .interfaces = (const InterfaceInfo[]) {
         { TYPE_USER_CREATABLE },
         { }
     }