summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kdc/kdc_preauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/kdc_preauth.c b/src/kdc/kdc_preauth.c
index bf1017f52..272980db5 100644
--- a/src/kdc/kdc_preauth.c
+++ b/src/kdc/kdc_preauth.c
@@ -829,7 +829,7 @@ hint_list_next(struct hint_state *state)
ap->get_edata(kdc_context, state->request, &callbacks, state->rock,
ap->moddata, ap->type, finish_get_edata, state);
} else
- finish_get_edata(state, ap->type, NULL);
+ finish_get_edata(state, 0, NULL);
return;
next: