mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
missing successful return was causing erroneous failure detection
This commit is contained in:
parent
2aa326c341
commit
91961faab6
1 changed files with 2 additions and 0 deletions
|
|
@ -780,6 +780,8 @@ init_config_attrs(ConfigTable *ct) {
|
|||
}
|
||||
ldap_memfree( at );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue