]> git.sur5r.net Git - openldap/commitdiff
more on attrs array from char* to berval*
authorPierangelo Masarati <ando@openldap.org>
Wed, 26 Dec 2001 11:23:35 +0000 (11:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 26 Dec 2001 11:23:35 +0000 (11:23 +0000)
servers/slapd/back-monitor/operational.c

index 62d750dfc98005393c381df4acfdaddf6543a177..496e530d01d47c9c2f4e123bdf190b5daf5f4be6 100644 (file)
@@ -25,7 +25,7 @@ monitor_back_operational(
        Connection      *conn, 
        Operation       *op,
        Entry           *e,
-       char            **attrs,
+       struct berval   **attrs,
        int             opattrs,
        Attribute       **a )
 {