]> git.sur5r.net Git - openldap/commitdiff
fix typo in previous commit
authorPierangelo Masarati <ando@openldap.org>
Mon, 9 Jan 2006 11:18:01 +0000 (11:18 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 9 Jan 2006 11:18:01 +0000 (11:18 +0000)
libraries/libldap/vlvctrl.c

index edec49cccb90afa773a8f0b0436695e30269457b..6f4feeb805fb52588a64bff2897a5d9460c7a194 100644 (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;