]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix use_dns_uri() type safety 546/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 29 Sep 2016 19:41:04 +0000 (15:41 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 29 Sep 2016 19:41:04 +0000 (15:41 -0400)
commitf648205247da436893dae97dd7949053da927af4
tree9c13d4346bb785e7ea6ff243c0c5dc0421ac98ce
parent9896d4ffecb69f0262375b2f0db5b275a5e25de9
Fix use_dns_uri() type safety

profile_get_boolean() outputs an int, not a krb5_boolean.  Adjust the
local variable "use" to match, or we get a warning.  Reported by Will
Fiveash.

ticket: 8502
src/lib/krb5/os/locate_kdc.c