mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
old_abandon should be int* not long*.
This commit is contained in:
parent
4839e570fb
commit
87a8abe880
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue