krb5/krbhst.c: Constify plugin stuff.
This commit is contained in:

committed by
Nico Williams

parent
084d638906
commit
2e3dada6fd
@@ -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,
|
||||
|
Reference in New Issue
Block a user