mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix from jon@symas.com for misdeclared lib handle
This commit is contained in:
parent
257fd527c5
commit
245d24f776
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ struct module_regtable_t {
|
||||||
|
|
||||||
typedef struct module_loaded_t {
|
typedef struct module_loaded_t {
|
||||||
struct module_loaded_t *next;
|
struct module_loaded_t *next;
|
||||||
lt_dlhandle *lib;
|
lt_dlhandle lib;
|
||||||
} module_loaded_t;
|
} module_loaded_t;
|
||||||
|
|
||||||
module_loaded_t *module_list = NULL;
|
module_loaded_t *module_list = NULL;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue