From: Kurt Zeilenga Date: Fri, 14 Aug 1998 05:08:34 +0000 (+0000) Subject: Backed up LDAP world P16, causes hang X-Git-Tag: LDAP_3_3+prerelease~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c46afcbd63479e28a8a0536526fcc33046c3f1af;p=openldap Backed up LDAP world P16, causes hang --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index fdf8dedf07..39f26522c2 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 );