missing successful return was causing erroneous failure detection

This commit is contained in:
Pierangelo Masarati 2005-02-22 15:01:14 +00:00
parent 2aa326c341
commit 91961faab6

View File

@ -780,6 +780,8 @@ init_config_attrs(ConfigTable *ct) {
}
ldap_memfree( at );
}
return 0;
}
int