close-on-exec

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-27 12:14:03 +00:00
parent 23b92e0f89
commit 4a57355c29

View File

@@ -116,6 +116,7 @@ dir_iter_start(hx509_context context,
free(d);
return errno;
}
rk_cloexec(dirfd(d->dir));
d->certs = NULL;
d->iter = NULL;