From 9a5de87ca13e4fe795a6657da8ad47939df87323 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 10 Feb 2013 22:50:10 -0800 Subject: [PATCH] store response in right place --- lib/krb5/send_to_kdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/send_to_kdc.c b/lib/krb5/send_to_kdc.c index 8cb8d4e5c..6d49199c8 100644 --- a/lib/krb5/send_to_kdc.c +++ b/lib/krb5/send_to_kdc.c @@ -1111,7 +1111,7 @@ krb5_sendto_context(krb5_context context, switch (action) { case KRB5_SENDTO_INITIAL: ret = realm_via_plugin(context, realm, context->kdc_timeout, - send_data, receive); + send_data, &ctx->response); if (ret == 0 || ret != KRB5_PLUGIN_NO_HANDLE) { action = KRB5_SENDTO_DONE; break;