old_abandon should be int* not long*.

This commit is contained in:
Kurt Zeilenga 1999-05-29 03:32:33 +00:00
parent 4839e570fb
commit 87a8abe880

View File

@ -85,7 +85,7 @@ do_abandon(
{
BerElement *ber;
int i, err, sendabandon;
unsigned long *old_abandon;
unsigned int *old_abandon;
Sockbuf *sb;
LDAPRequest *lr;