From: Pierangelo Masarati Date: Mon, 9 Jan 2006 11:18:01 +0000 (+0000) Subject: fix typo in previous commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~388 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e94ded997d744bba98c8c231b25a727107af9cbd;p=openldap fix typo in previous commit --- diff --git a/libraries/libldap/vlvctrl.c b/libraries/libldap/vlvctrl.c index edec49cccb..6f4feeb805 100644 --- a/libraries/libldap/vlvctrl.c +++ b/libraries/libldap/vlvctrl.c @@ -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;