summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-08 10:16:23 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-08 10:16:23 +0000
commitc6ec80548c8d3fae7c9bf62286962503accbe354 (patch)
treed1865fcf1f9f9687da91d59e893fc22fd3c35a76 /src/lib
parent10fc99cd2bbd399acbcc3441aeb1da867624d723 (diff)
use writable resolve routine
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@773 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/keytab/file/ktf_wops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/keytab/file/ktf_wops.c b/src/lib/krb5/keytab/file/ktf_wops.c
index f52fe5e4c..9c15a8ba5 100644
--- a/src/lib/krb5/keytab/file/ktf_wops.c
+++ b/src/lib/krb5/keytab/file/ktf_wops.c
@@ -22,7 +22,7 @@ static char rcsid_ktf_wops_c[] =
struct _krb5_kt_ops krb5_ktf_writable_ops = {
"WRFILE", /* Prefix -- this string should not appear anywhere else! */
- krb5_ktfile_resolve,
+ krb5_ktfile_wresolve,
krb5_ktfile_get_name,
krb5_ktfile_close,
krb5_ktfile_get_entry,