the fix to kim_preferences_remove_favorite_identity
from working.
(Accidentally tested in one source tree and committed
from another. whoops.)
ticket: 6055
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20754
dc483132-0cff-0310-8789-
dd5450dbe970
err = kim_identity_compare (in_identity, identity, &comparison);
- if (!err && kim_comparison_is_equal (comparison)) {
+ if (!err && kim_comparison_is_equal_to (comparison)) {
kim_error terr = KIM_NO_ERROR;
kim_count new_count = io_favorites->count - 1;