diff --git a/lib/krb5/send_to_kdc.c b/lib/krb5/send_to_kdc.c index 9daf55f65..2afcfd772 100644 --- a/lib/krb5/send_to_kdc.c +++ b/lib/krb5/send_to_kdc.c @@ -1228,10 +1228,9 @@ krb5_sendto_context(krb5_context context, } } +out: gettimeofday(&stop_time, NULL); timevalsub(&stop_time, &ctx->stats.start_time); - - out: if (ret == 0 && ctx->response.length) { *receive = ctx->response; krb5_data_zero(&ctx->response);