mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix typo in previous commit
This commit is contained in:
parent
8538223def
commit
e94ded997d
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ ldap_parse_vlvresponse_control(
|
|||
ber_int_t *errcodep )
|
||||
{
|
||||
BerElement *ber;
|
||||
ber_int_t long pos, count, err;
|
||||
ber_int_t pos, count, err;
|
||||
ber_tag_t tag, berTag;
|
||||
ber_len_t berLen;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue