Skip to content
Snippets Groups Projects
Commit 87a8abe8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

old_abandon should be int* not long*.

parent 4839e570
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ do_abandon(
{
BerElement *ber;
int i, err, sendabandon;
unsigned long *old_abandon;
unsigned int *old_abandon;
Sockbuf *sb;
LDAPRequest *lr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment