mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
add missing return to at_add (ITS#1159)
This commit is contained in:
parent
5926fbaa2d
commit
99934efc8f
3 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,5 +1,8 @@
|
|||
OpenLDAP 2.0 Change Log
|
||||
|
||||
OpenLDAP 2.0.11 Engineering
|
||||
Fix attribute parse bug (ITS#1159)
|
||||
|
||||
OpenLDAP 2.0.10 Release
|
||||
Build Environment
|
||||
Fix TLS-less build (ITS#1156)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.0.10-Release
|
||||
2.0.11-Engineering
|
||||
|
|
|
|||
|
|
@ -328,6 +328,7 @@ at_add(
|
|||
}
|
||||
|
||||
code = at_insert(sat,err);
|
||||
return code;
|
||||
}
|
||||
|
||||
#ifdef LDAP_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue