]> git.sur5r.net Git - openldap/commitdiff
increment counter (ITS#6497)
authorPierangelo Masarati <ando@openldap.org>
Tue, 23 Mar 2010 20:33:06 +0000 (20:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 23 Mar 2010 20:33:06 +0000 (20:33 +0000)
servers/slapd/overlays/translucent.c

index 34b23b6362834e1b3f8a251b5337b190f5657172..019a89e34d7015748f9554295886ee940c14017c 100644 (file)
@@ -206,6 +206,7 @@ translucent_cf_gen( ConfigArgs *c )
                        ch_free( (*an)[i].an_name.bv_val );
                        do {
                                (*an)[i] = (*an)[i+1];
+                               i++;
                        } while ( !BER_BVISNULL( &(*an)[i].an_name ));
                }
                return 0;