import fix to ITS#3257 from HEAD

This commit is contained in:
Pierangelo Masarati 2004-07-25 23:08:56 +00:00
parent 63707a9fac
commit 8d924bba00
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -316,7 +316,7 @@ main( int argc, char **argv )
)
{
int err;
int i;
int i = 0;
LDAPControl c[1];
#ifdef LDAP_GROUP_TRANSACTION