mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
use libexecdir as default module path (ITS#4936)
This commit is contained in:
parent
ea560284f0
commit
d4d90f0ef3
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ int module_init (void)
|
|||
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
return module_path( LDAP_LIBEXECDIR );
|
||||
}
|
||||
|
||||
int module_kill (void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue