diff --git a/lib/krb5/send_to_kdc.c b/lib/krb5/send_to_kdc.c index 4c528b252..1234898a7 100644 --- a/lib/krb5/send_to_kdc.c +++ b/lib/krb5/send_to_kdc.c @@ -327,7 +327,6 @@ krb5_sendto (krb5_context context, krb5_krbhst_info *hi; while (krb5_krbhst_next(context, handle, &hi) == 0) { - int ret; struct addrinfo *ai, *a; if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) {