# HG changeset patch # User Will Fiveash # Date 1472852366 18000 # Node ID f1ff679c879b500468c826e5998331c5eea7f37f # Parent 87f7fd05f8882e5b000c0a22d153c4fe7aa9a761 24589652 multi-master patch is making a couple bad function calls diff -r 87f7fd05f888 -r f1ff679c879b components/krb5/patches/035-multi-master.patch --- a/components/krb5/patches/035-multi-master.patch Fri Sep 02 16:39:26 2016 -0500 +++ b/components/krb5/patches/035-multi-master.patch Fri Sep 02 16:39:26 2016 -0500 @@ -291,8 +291,8 @@ +{ + if (handle->destroy_cache && handle->cache_name) { + if (krb5_cc_resolve(handle->context, -+ handle->cache_name, &ccache) == 0) -+ (void) krb5_cc_destroy (handle->context, ccache); ++ handle->cache_name, ccache) == 0) ++ (void) krb5_cc_destroy (handle->context, *ccache); + } + + free(handle->cache_name);