From 2e3dada6fd9d05bfe9cd807d34334265d8fc79d2 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 28 May 2023 21:10:45 +0000 Subject: [PATCH] krb5/krbhst.c: Constify plugin stuff. --- lib/krb5/krbhst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,