From 0570fbf9fd9cfdf6f9872bd795a4a131f76d59c3 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 27 Nov 2012 21:22:37 -0800 Subject: [PATCH] don't double free fd --- kdc/hprop.c | 1 - 1 file changed, 1 deletion(-) 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; }