[krbdev.mit.edu #8502] ret_boolean in profile_get_boolean() should be krb5_boolean * instead of int *

will.fiveash@oracle.com via RT rt-comment at krbdev.mit.edu
Thu Sep 29 14:59:14 EDT 2016


Actually, there is only one call to profile_get_boolean() in
use_dns_uri() that needs a cast:

    ret = profile_get_boolean(ctx->profile, KRB5_CONF_LIBDEFAULTS,
                              KRB5_CONF_DNS_URI_LOOKUP, NULL,
                              DEFAULT_URI_LOOKUP, (int *)&use);
                                                  ^^^^^^^

and everything else compiles without error.
-- 
Will Fiveash
Oracle Solaris Software Engineer



More information about the krb5-bugs mailing list