store response in right place
This commit is contained in:
@@ -1111,7 +1111,7 @@ krb5_sendto_context(krb5_context context,
|
|||||||
switch (action) {
|
switch (action) {
|
||||||
case KRB5_SENDTO_INITIAL:
|
case KRB5_SENDTO_INITIAL:
|
||||||
ret = realm_via_plugin(context, realm, context->kdc_timeout,
|
ret = realm_via_plugin(context, realm, context->kdc_timeout,
|
||||||
send_data, receive);
|
send_data, &ctx->response);
|
||||||
if (ret == 0 || ret != KRB5_PLUGIN_NO_HANDLE) {
|
if (ret == 0 || ret != KRB5_PLUGIN_NO_HANDLE) {
|
||||||
action = KRB5_SENDTO_DONE;
|
action = KRB5_SENDTO_DONE;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user