mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
use libexecdir as default module path (ITS#4936)
This commit is contained in:
parent
ea560284f0
commit
d4d90f0ef3
@ -68,7 +68,8 @@ int module_init (void)
|
||||
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
return module_path( LDAP_LIBEXECDIR );
|
||||
}
|
||||
|
||||
int module_kill (void)
|
||||
|
Loading…
Reference in New Issue
Block a user