mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
import fix to ITS#3257 from HEAD
This commit is contained in:
parent
63707a9fac
commit
8d924bba00
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -25,6 +25,7 @@ OpenLDAP 2.2.15 Engineering
|
|||
Fixed libldap DN '=' handling
|
||||
Fixed libldap_r runqueue bug
|
||||
Fixed librewrite empty rewriteContext leak (ITS#3256)
|
||||
Fixed ldapmodify controls input bug (ITS#3257)
|
||||
Updated libldap_r read/writer locks
|
||||
Build environments
|
||||
Added additional res_query detection for MacOS X
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@ main( int argc, char **argv )
|
|||
)
|
||||
{
|
||||
int err;
|
||||
int i;
|
||||
int i = 0;
|
||||
LDAPControl c[1];
|
||||
|
||||
#ifdef LDAP_GROUP_TRANSACTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue