diff --git a/kdc/hprop.c b/kdc/hprop.c index b68f159ef..4355e7771 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -341,7 +341,6 @@ propagate_database (krb5_context context, int type, if(ret) { failed++; krb5_warn(context, ret, "krb5_sendauth (%s)", host); - close(fd); goto next_host; }