X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Foverlays%2Fcollect.c;h=2fc08ed4135d2d5c59502807bf36d998d245e061;hb=9e80eab803512c2c9bff39c20ebfe48e98451ffa;hp=6c9a2651111aaee276d219384ea3d3c96c93d323;hpb=f4a3304477e6d9a8488b111ebec4223d2fc378cf;p=openldap diff --git a/servers/slapd/overlays/collect.c b/servers/slapd/overlays/collect.c index 6c9a265111..2fc08ed413 100644 --- a/servers/slapd/overlays/collect.c +++ b/servers/slapd/overlays/collect.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2003-2010 The OpenLDAP Foundation. + * Copyright 2003-2011 The OpenLDAP Foundation. * Portions Copyright 2003 Howard Chu. * All rights reserved. * @@ -386,7 +386,7 @@ collect_response( Operation *op, SlapReply *rs ) * don't modify it directly. Make a copy and * work with that instead. */ - rs_ensure_entry_modifiable( op, rs, on ); + rs_entry2modifiable( op, rs, on ); /* Loop for each attribute in this collectinfo */ for(idx=0; idxci_ad_num; idx++) {