diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 12:46:10 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 16:38:14 +1000 |
commit | dbbc6e9ddac30de869d67410869dba90b4bd4a19 (patch) | |
tree | f422290b0e9e44a769da389b8d23f446aecbee20 /source4/auth | |
parent | 209d47c100bf59f15519c4c82089285210041c2e (diff) | |
download | samba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.tar.gz samba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.tar.bz2 samba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.zip |
s4-param Remove config_path() -> lpcfg_config_path()
This is consistent with lock_path()
Andrew Bartlett
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/kerberos/krb5_init_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c index db3a5375c9..fbcaad29d9 100644 --- a/source4/auth/kerberos/krb5_init_context.c +++ b/source4/auth/kerberos/krb5_init_context.c @@ -415,7 +415,7 @@ smb_krb5_init_context_basic(TALLOC_CTX *tmp_ctx, return ret; } - config_file = config_path(tmp_ctx, lp_ctx, "krb5.conf"); + config_file = lpcfg_config_path(tmp_ctx, lp_ctx, "krb5.conf"); if (!config_file) { krb5_free_context(krb5_ctx); return ENOMEM; |