]> git.sur5r.net Git - openldap/commitdiff
Set opattr plugin-specific pblock parameters to NULL after coalescing
authorLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 14:06:22 +0000 (14:06 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 14:06:22 +0000 (14:06 +0000)
returned attributes

servers/slapd/result.c

index c9ae4c70d2c3a0e0d55f726909471243ce2bd37d..272c28a713a579d8f7e58856ba8e7425b61ecfd9 100644 (file)
@@ -1289,6 +1289,8 @@ slap_send_search_entry(
                        }
                }
                slapi_x_attrset_free( &vattrs );
+               slapi_pblock_set( pb, SLAPI_SEARCH_RESULT_ENTRY, NULL );
+               slapi_pblock_set( pb, SLAPI_PLUGIN_OPATTR_COALESCE_DATA, NULL );
        }
 #endif /* LDAP_SLAPI */