fix typo in previous commit

This commit is contained in:
Pierangelo Masarati 2006-01-09 11:18:01 +00:00
parent 8538223def
commit e94ded997d

View File

@ -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;