mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
silence warning
This commit is contained in:
parent
ffde204880
commit
e38e50646b
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ static int module_unload (module_loaded_t *module)
|
|||
}
|
||||
|
||||
/* call module's terminate routine, if present */
|
||||
if (terminate = lt_dlsym(module->lib, "term_module")) {
|
||||
if ((terminate = lt_dlsym(module->lib, "term_module"))) {
|
||||
terminate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue