krb5: change "version" to "instance" in plugin error message
A mismatch of instance cookie just means that the instances of Heimdal do not match; they may in fact be the same version.
This commit is contained in:
@@ -553,7 +553,7 @@ validate_plugin_deps(krb5_context context,
|
||||
|
||||
if (heim_instance != plugin_instance) {
|
||||
krb5_warnx(context, "plugin %s library %s linked against different "
|
||||
"version of Heimdal (got %zu, us %zu)",
|
||||
"instance of Heimdal (got %zu, us %zu)",
|
||||
dsopath, caller->deps[i],
|
||||
plugin_instance, heim_instance);
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user