From f26bef66c60f97197ea28a1101c93550e9cb72cf Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 20 May 2006 15:49:18 +0000 Subject: [PATCH] cleanup --- servers/slapd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5