mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Set opattr plugin-specific pblock parameters to NULL after coalescing
returned attributes
This commit is contained in:
parent
0edb0803d2
commit
97b9eb2e55
@ -1289,6 +1289,8 @@ slap_send_search_entry(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
slapi_x_attrset_free( &vattrs );
|
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 */
|
#endif /* LDAP_SLAPI */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user