mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
missing successful return was causing erroneous failure detection
This commit is contained in:
parent
2aa326c341
commit
91961faab6
@ -780,6 +780,8 @@ init_config_attrs(ConfigTable *ct) {
|
||||
}
|
||||
ldap_memfree( at );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user