]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Sat, 20 May 2006 15:49:18 +0000 (15:49 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 20 May 2006 15:49:18 +0000 (15:49 +0000)
servers/slapd/connection.c

index 41dcb363e8fe926e3860f8e97941c89769d7ada9..f067714cd8c88df9bbec81537856ada270d3f853 100644 (file)
@@ -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,