]> git.sur5r.net Git - openldap/commitdiff
fix previous commit :)
authorPierangelo Masarati <ando@openldap.org>
Wed, 25 May 2005 12:05:39 +0000 (12:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 25 May 2005 12:05:39 +0000 (12:05 +0000)
servers/slapd/back-ldap/config.c

index fc0102b1a924fee34094765d65edd35259df362a..d01b8a825e85fd21d6dfaa1905903be4aedea7ec 100644 (file)
@@ -529,6 +529,7 @@ ldap_back_cf_gen( ConfigArgs *c )
                        /* NOTE: don't worry about locking: if we got here,
                         * other threads are suspended. */
                        avl_free( li->conntree, ldap_back_conn_free );
+                       li->conntree = NULL;
                        
                        break;