]> git.sur5r.net Git - openldap/commitdiff
close ldap.conf after reading it.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 25 Mar 1999 22:19:42 +0000 (22:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 25 Mar 1999 22:19:42 +0000 (22:19 +0000)
libraries/libldap/init.c

index 9e34bd530369c7fe93c4639a8fc0a7b53c2c9514..7a71af348824868f5a188d71995b460359a2ed55 100644 (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)