krb5/context.c: Sprinkle const for global data never changed.
This commit is contained in:

committed by
Nico Williams

parent
9b61e64c3d
commit
5d9723d52d
@@ -372,7 +372,7 @@ kt_ops_copy(krb5_context context, const krb5_context src_context)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *sysplugin_dirs[] = {
|
static const char *const sysplugin_dirs[] = {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
"$ORIGIN",
|
"$ORIGIN",
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user