From: Pierangelo Masarati Date: Sat, 20 May 2006 15:49:18 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~230 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f26bef66c60f97197ea28a1101c93550e9cb72cf;p=openldap cleanup --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 41dcb363e8..f067714cd8 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -982,7 +982,7 @@ void connection_done( Connection *c ) /* * NOTE: keep in sync with enum in slapd.h */ -static int (*opfun[])( Operation *op, SlapReply *rs ) = { +static BI_op_func *opfun[] = { do_bind, do_unbind, do_add,