From 5d9723d52dee12ae89c1d17edaa9e869e06d3904 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 28 May 2023 19:13:12 +0000 Subject: [PATCH] krb5/context.c: Sprinkle const for global data never changed. --- lib/krb5/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/context.c b/lib/krb5/context.c index 7d2ef5f68..19548d413 100644 --- a/lib/krb5/context.c +++ b/lib/krb5/context.c @@ -372,7 +372,7 @@ kt_ops_copy(krb5_context context, const krb5_context src_context) return 0; } -static const char *sysplugin_dirs[] = { +static const char *const sysplugin_dirs[] = { #ifdef _WIN32 "$ORIGIN", #else