]> git.sur5r.net Git - openldap/commitdiff
Fix pool_retract signature
authorHoward Chu <hyc@openldap.org>
Fri, 21 Apr 2017 13:39:17 +0000 (14:39 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 21 Apr 2017 13:39:17 +0000 (14:39 +0100)
Omitted from e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d

libraries/libldap_r/thr_stub.c

index 706f19c9584c8f94a5683b387e54c9baa9c74535..48aa2387495aea0d8e4f50b6145dca8275e071f3 100644 (file)
@@ -168,8 +168,7 @@ ldap_pvt_thread_pool_submit (
 
 int
 ldap_pvt_thread_pool_retract (
-       ldap_pvt_thread_pool_t *pool,
-       ldap_pvt_thread_start_t *start_routine, void *arg )
+       void *cookie )
 {
        return(0);
 }