X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Foverlays%2Ftranslucent.c;h=372f05383beb9e56697ff321b39ead16f1315c19;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=48cca49065a1550d3d7aea7e9d0ecbc9c9c6d3c7;hpb=96fd7f2396d9ea3d2c1003b4a3626e212305d42b;p=openldap diff --git a/servers/slapd/overlays/translucent.c b/servers/slapd/overlays/translucent.c index 48cca49065..372f05383b 100644 --- a/servers/slapd/overlays/translucent.c +++ b/servers/slapd/overlays/translucent.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2004-2015 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 ) {