From e94ded997d744bba98c8c231b25a727107af9cbd Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 9 Jan 2006 11:18:01 +0000 Subject: [PATCH] fix typo in previous commit --- libraries/libldap/vlvctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5