]> git.sur5r.net Git - openldap/commitdiff
update for new backend types
authorLuke Howard <lukeh@openldap.org>
Sat, 23 Jul 2005 13:14:13 +0000 (13:14 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 23 Jul 2005 13:14:13 +0000 (13:14 +0000)
servers/slapd/slapi/slapi.h

index 9451cc682bd9a7e0fa6ee3fc2c6826c23cea67c5..d92ec64a1dfb0d0917cbfe80937d682e825ec496 100644 (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