don't double free fd

This commit is contained in:
Love Hornquist Astrand
2012-11-27 21:22:37 -08:00
parent c12dc3fa9d
commit 0570fbf9fd

View File

@@ -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;
}