Clean up krb5_get_fallback_host_realm in two respects:
authorGreg Hudson <ghudson@mit.edu>
Wed, 24 Dec 2008 18:48:00 +0000 (18:48 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 24 Dec 2008 18:48:00 +0000 (18:48 +0000)
commit9ad56f7a109d43aed52f17f98434105f6dcfd2cf
tree8a37856b3806d6ec3058e55897fa7756dcaf0d16
parent2fd916940dbe98a2e7c000480979d5a37ef72265
Clean up krb5_get_fallback_host_realm in two respects:

1. It isn't exported from libkrb5 (and no one seems to complain about
that).  So give it a krb5int_ name and move its declaration to
k5-int.h.  Also stop exporting it from the collected client lib.

2. It returned a list of realms, but its only caller assumes that the
list contains exactly one realm.  So just make it return a single
realm.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21589 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/include/krb5/krb5.hin
src/lib/krb5/krb/gc_frm_kdc.c
src/lib/krb5/os/hst_realm.c
src/util/collected-client-lib/libcollected.exports