Skip to content
Snippets Groups Projects
Commit 35942c40 authored by Luke Howard's avatar Luke Howard
Browse files

update for new backend types

parent 92df3423
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment