From c46afcbd63479e28a8a0536526fcc33046c3f1af Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 14 Aug 1998 05:08:34 +0000 Subject: [PATCH] Backed up LDAP world P16, causes hang --- libraries/libldap/result.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ); -- 2.39.5