mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
cmd: avoid issues with static heimdal
stealing the krb5 parser and linking with static heimdal can cause problems. remap things we have which duplicate heimdal's private namespace. Change-Id: I89030967a32997f00a21e97258056c26f2a4cbf6 Reviewed-on: http://gerrit.openafs.org/7545 Reviewed-by: Derrick Brashear <shadow@dementix.org> Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
5227148ae1
commit
7273c8b4ae
@ -37,6 +37,7 @@ typedef struct cmd_config_binding krb5_config_section;
|
||||
|
||||
#define krb5_config_list cmd_config_list
|
||||
#define krb5_config_string cmd_config_string
|
||||
#define _krb5_config_get_entry _cmd_config_get_entry
|
||||
|
||||
struct krb5_context_data {
|
||||
krb5_config_section *cf;
|
||||
|
Loading…
Reference in New Issue
Block a user