]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/translucent.c
Happy New Year
[openldap] / servers / slapd / overlays / translucent.c
index 41d7a848e1080200ab79b2586338c996f529011b..372f05383beb9e56697ff321b39ead16f1315c19 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2004-2016 The OpenLDAP Foundation.
+ * Copyright 2004-2018 The OpenLDAP Foundation.
  * Portions Copyright 2005 Symas Corporation.
  * All rights reserved.
  *
@@ -766,7 +766,7 @@ typedef struct trans_ctx {
        BackendDB *db;
        slap_overinst *on;
        Filter *orig;
-       Avlnode *list;
+       TAvlnode *list;
        int step;
        int slimit;
        AttributeName *attrs;
@@ -1135,7 +1135,7 @@ static int translucent_search(Operation *op, SlapReply *rs) {
        /* Send out anything remaining on the list and finish */
        if ( tc.step & USE_LIST ) {
                if ( tc.list ) {
-                       Avlnode *av;
+                       TAvlnode *av;
 
                        av = tavl_end( tc.list, TAVL_DIR_LEFT );
                        while ( av ) {