diff options
| author | Greg Hudson <ghudson@mit.edu> | 2008-12-24 18:48:00 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2008-12-24 18:48:00 +0000 |
| commit | 9ad56f7a109d43aed52f17f98434105f6dcfd2cf (patch) | |
| tree | 8a37856b3806d6ec3058e55897fa7756dcaf0d16 /src/util | |
| parent | 2fd916940dbe98a2e7c000480979d5a37ef72265 (diff) | |
| download | krb5-9ad56f7a109d43aed52f17f98434105f6dcfd2cf.tar.gz krb5-9ad56f7a109d43aed52f17f98434105f6dcfd2cf.tar.xz krb5-9ad56f7a109d43aed52f17f98434105f6dcfd2cf.zip | |
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
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/collected-client-lib/libcollected.exports | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/collected-client-lib/libcollected.exports b/src/util/collected-client-lib/libcollected.exports index fb91133fb..8c124d186 100644 --- a/src/util/collected-client-lib/libcollected.exports +++ b/src/util/collected-client-lib/libcollected.exports @@ -177,7 +177,6 @@ krb5_auth_con_getauthenticator krb5_read_password krb5_aname_to_localname krb5_get_host_realm -krb5_get_fallback_host_realm krb5_free_host_realm krb5_auth_con_genaddrs krb5_set_real_time |
