Fix bug # 255186 - 64 bit: VLV response control not parsed correctly.

This commit is contained in:
mcs%pearlcrescent.com 2004-08-11 13:30:32 +00:00
Родитель a3e0cd3cc3
Коммит 09359e1dd1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -193,7 +193,8 @@ ldap_parse_virtuallist_control
)
{
BerElement *ber;
int i, foundListControl, errcode;
int i, foundListControl;
long errcode;
LDAPControl *listCtrlp;
unsigned long target_pos, list_size;