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:
Luke Howard
2019-01-07 16:49:38 +11:00
parent de1f37a6aa
commit ff21a49cb0

View File

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