update for new backend types

This commit is contained in:
Luke Howard 2005-07-23 13:14:13 +00:00
parent 92df34238a
commit 35942c40ae

View file

@ -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