close ldap.conf after reading it.

This commit is contained in:
Kurt Zeilenga 1999-03-25 22:19:42 +00:00
parent a9ed7c24e2
commit af2183c35e

View file

@ -172,6 +172,8 @@ static void openldap_ldap_init_w_conf(const char *file)
}
}
}
fclose(fp);
}
static void openldap_ldap_init_w_userconf(const char *file)