]> git.sur5r.net Git - openldap/commitdiff
old_abandon should be int* not long*.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 03:32:33 +0000 (03:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 03:32:33 +0000 (03:32 +0000)
libraries/libldap/abandon.c

index 1d1c1a6936baecf484f57b3939fe8195a9048dcd..125e4bdee6b6cad28fda3347d13c1c10159e1894 100644 (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;