krb5/context.c: Sprinkle const for global data never changed.

This commit is contained in:
Taylor R Campbell
2023-05-28 19:13:12 +00:00
committed by Nico Williams
parent 9b61e64c3d
commit 5d9723d52d

View File

@@ -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