mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#7941 fix for repeated tags
Make sure ntags isn't incremented if we're skippnig the tag
This commit is contained in:
parent
e9f5e59ba2
commit
af8f1e0741
@ -271,6 +271,7 @@ int slap_bv2ad(
|
||||
|
||||
if( rc == 0 && (unsigned)optlen == tags[i].bv_len ) {
|
||||
/* duplicate (ignore) */
|
||||
ntags--;
|
||||
goto done;
|
||||
|
||||
} else if ( rc > 0 ||
|
||||
|
Loading…
Reference in New Issue
Block a user