]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Thu, 21 Jul 2005 14:27:31 +0000 (14:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 21 Jul 2005 14:27:31 +0000 (14:27 +0000)
servers/slapd/backover.c

index a13aa8c5128790b9e666f933bdbcdba3364b4bb2..5ac9d95f6d0501f55d1e3fe278246566becffdd4 100644 (file)
 
 static slap_overinst *overlays;
 
-enum db_which { db_open = 0, db_close, db_destroy };
+enum db_which {
+       db_open = 0,
+       db_close,
+       db_destroy,
+       db_last
+};
 
 static int
 over_db_func(
@@ -490,7 +495,8 @@ over_aux_chk_controls( Operation *op, SlapReply *rs )
 
 enum conn_which {
        conn_init = 0,
-       conn_destroy
+       conn_destroy,
+       conn_last
 };
 
 static int