mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
cleanup
This commit is contained in:
parent
e5c173691d
commit
f26bef66c6
1 changed files with 1 additions and 1 deletions
|
|
@ -982,7 +982,7 @@ void connection_done( Connection *c )
|
||||||
/*
|
/*
|
||||||
* NOTE: keep in sync with enum in slapd.h
|
* NOTE: keep in sync with enum in slapd.h
|
||||||
*/
|
*/
|
||||||
static int (*opfun[])( Operation *op, SlapReply *rs ) = {
|
static BI_op_func *opfun[] = {
|
||||||
do_bind,
|
do_bind,
|
||||||
do_unbind,
|
do_unbind,
|
||||||
do_add,
|
do_add,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue