Rename tgs_build_referral to build_server_referral since it can be
used for AS-REQ too. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22739 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1265,7 +1265,7 @@ out:
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
tgs_build_referral(krb5_context context,
|
||||
build_server_referral(krb5_context context,
|
||||
krb5_kdc_configuration *config,
|
||||
krb5_crypto session,
|
||||
krb5_const_realm referred_realm,
|
||||
@@ -1894,7 +1894,7 @@ server_lookup:
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
ret = tgs_build_referral(context, config, crypto, ref_realm,
|
||||
ret = build_server_referral(context, config, crypto, ref_realm,
|
||||
NULL, s, &pa.padata_value);
|
||||
krb5_crypto_destroy(context, crypto);
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user