mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Backed up LDAP world P16, causes hang
This commit is contained in:
parent
57a4773951
commit
c46afcbd63
1 changed files with 3 additions and 1 deletions
|
|
@ -542,7 +542,9 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
|
|||
prev->lm_next = l->lm_next;
|
||||
*result = l;
|
||||
ld->ld_errno = LDAP_SUCCESS;
|
||||
#ifndef ultrix
|
||||
#ifdef LDAP_WORLD_P16
|
||||
/* inclusion of this patch causes searchs to hang on
|
||||
multiple platforms */
|
||||
return( l->lm_msgtype );
|
||||
#else
|
||||
return( tag );
|
||||
|
|
|
|||
Loading…
Reference in a new issue