summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/AFSroutines.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/AFSroutines.c')
-rw-r--r--src/windows/leashdll/AFSroutines.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/windows/leashdll/AFSroutines.c b/src/windows/leashdll/AFSroutines.c
index 3c1dbc02d3..f04ab29792 100644
--- a/src/windows/leashdll/AFSroutines.c
+++ b/src/windows/leashdll/AFSroutines.c
@@ -207,8 +207,7 @@ not_an_API_LeashAFSGetToken(
list->name = strdup(aclient.name);
list->inst = aclient.instance[0] ? strdup(aclient.instance) : NULL;
list->realm = strdup(aclient.cell);
- list->tktEncType = NULL;
- list->keyEncType = NULL;
+ list->encTypes = NULL;
list->addrCount = 0;
list->addrList = NULL;