(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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user