mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
update for new backend types
This commit is contained in:
parent
92df34238a
commit
35942c40ae
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ struct slapi_pblock {
|
|||
* Was: plugin.h
|
||||
*/
|
||||
|
||||
#define SLAPI_PLUGIN_IS_POST_FN(x) ((x) >= SLAPI_PLUGIN_POST_BIND_FN && (x) <= SLAPI_PLUGIN_POST_RESULT_FN)
|
||||
#define SLAPI_PLUGIN_IS_POST_FN(x) ((x) >= SLAPI_PLUGIN_POST_BIND_FN && (x) <= SLAPI_PLUGIN_BE_POST_DELETE_FN)
|
||||
|
||||
/* really private stuff */
|
||||
#define SLAPI_X_CONFIG_ARGV 1400
|
||||
|
|
|
|||
Loading…
Reference in a new issue