зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug # 255186 - 64 bit: VLV response control not parsed correctly.
This commit is contained in:
Родитель
a3e0cd3cc3
Коммит
09359e1dd1
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче