Set opattr plugin-specific pblock parameters to NULL after coalescing

returned attributes
This commit is contained in:
Luke Howard 2003-01-21 14:06:22 +00:00
parent 0edb0803d2
commit 97b9eb2e55

View 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 */