This commit is contained in:
Pierangelo Masarati 2006-05-20 15:49:18 +00:00
parent e5c173691d
commit f26bef66c6

View file

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