]> git.sur5r.net Git - openldap/commitdiff
Backed up LDAP world P16, causes hang
authorKurt Zeilenga <kurt@openldap.org>
Fri, 14 Aug 1998 05:08:34 +0000 (05:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 14 Aug 1998 05:08:34 +0000 (05:08 +0000)
libraries/libldap/result.c

index fdf8dedf0722abd6536d571f8f242481787a6fba..39f26522c2197d967c1337d4e4a80d2407f134f4 100644 (file)
@@ -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 );