mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue