mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Set opattr plugin-specific pblock parameters to NULL after coalescing
returned attributes
This commit is contained in:
parent
0edb0803d2
commit
97b9eb2e55
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue