]> git.sur5r.net Git - openldap/commitdiff
missing successful return was causing erroneous failure detection
authorPierangelo Masarati <ando@openldap.org>
Tue, 22 Feb 2005 15:01:14 +0000 (15:01 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 22 Feb 2005 15:01:14 +0000 (15:01 +0000)
servers/slapd/config.c

index a39ccfdd976c5d73c3a25dcb27c089f256d2b152..e86a23328bcf32d1c5d45b1bfd667644b20a5b34 100644 (file)
@@ -780,6 +780,8 @@ init_config_attrs(ConfigTable *ct) {
                }
                ldap_memfree( at );
        }
+
+       return 0;
 }
 
 int