mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
ab4bb3e617
commit
3df0f16292
@ -29,7 +29,12 @@
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user