mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix ITS#2246, fix in rev 1.73 was in the wrong place
This commit is contained in:
parent
4e4818771c
commit
8b3b044dac
1 changed files with 2 additions and 2 deletions
|
|
@ -536,9 +536,9 @@ ber_get_next(
|
|||
}
|
||||
ber->ber_tag = tag;
|
||||
ber->ber_ptr = (char *)p;
|
||||
}
|
||||
|
||||
if (i == 1) continue;
|
||||
if (i == 1) continue;
|
||||
}
|
||||
|
||||
/* Now look for the length */
|
||||
if (*ber->ber_ptr & 0x80) { /* multi-byte */
|
||||
|
|
|
|||
Loading…
Reference in a new issue