(krb5_sendto): remove shadowing unnessecery variable ret

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15472 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-17 04:33:11 +00:00
parent dcf2713a1d
commit dffa265ac7

View File

@@ -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) {