use writable resolve routine
authorJohn Kohl <jtkohl@mit.edu>
Tue, 8 May 1990 10:16:23 +0000 (10:16 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 8 May 1990 10:16:23 +0000 (10:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@773 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/keytab/file/ktf_wops.c

index f52fe5e4c3f566a7217593197ddbbaefc2fc2da4..9c15a8ba52ffe67136f34edc273513d49ad6381b 100644 (file)
@@ -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,