diff --git a/lib/krb5/krbhst.c b/lib/krb5/krbhst.c index 0b77b4a9c..99a96d298 100644 --- a/lib/krb5/krbhst.c +++ b/lib/krb5/krbhst.c @@ -700,9 +700,9 @@ plcallback(krb5_context context, return KRB5_PLUGIN_NO_HANDLE; } -static const char *locate_plugin_deps[] = { "krb5", NULL }; +static const char *const locate_plugin_deps[] = { "krb5", NULL }; -static struct heim_plugin_data +static const struct heim_plugin_data locate_plugin_data = { "krb5", KRB5_PLUGIN_LOCATE,