Skip to content

Commit

Permalink
krb5: change "version" to "instance" in plugin error message
Browse files Browse the repository at this point in the history
A mismatch of instance cookie just means that the instances of Heimdal do not
match; they may in fact be the same version.
  • Loading branch information
lhoward committed Jan 7, 2019
1 parent de1f37a commit ff21a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/krb5/plugin.c
Expand Up @@ -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;
Expand Down

0 comments on commit ff21a49

Please sign in to comment.