Fix bug # 255186 - 64 bit: VLV response control not parsed correctly.
git-svn-id: svn://10.0.0.236/trunk@160664 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user