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