]> git.sur5r.net Git - openldap/commitdiff
Fix from jon@symas.com for misdeclared lib handle
authorHoward Chu <hyc@openldap.org>
Fri, 7 Dec 2001 03:18:32 +0000 (03:18 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 7 Dec 2001 03:18:32 +0000 (03:18 +0000)
servers/slapd/module.c

index 9ccac73ac55350436d60a2b9f3c29969c8a4a300..da7c460c7570d3b7dd259588fcf496faea5f19bf 100644 (file)
@@ -29,7 +29,7 @@ struct module_regtable_t {
 
 typedef struct module_loaded_t {
        struct module_loaded_t *next;
-       lt_dlhandle *lib;
+       lt_dlhandle lib;
 } module_loaded_t;
 
 module_loaded_t *module_list = NULL;