mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
old_abandon should be int* not long*.
This commit is contained in:
parent
4839e570fb
commit
87a8abe880
@ -85,7 +85,7 @@ do_abandon(
|
||||
{
|
||||
BerElement *ber;
|
||||
int i, err, sendabandon;
|
||||
unsigned long *old_abandon;
|
||||
unsigned int *old_abandon;
|
||||
Sockbuf *sb;
|
||||
LDAPRequest *lr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user