mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Added lutil_passwd_init(), lutil_passwd_destroy()
This commit is contained in:
parent
6aab531d66
commit
c2fd1b8a3f
1 changed files with 3 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ int main( int argc, char **argv )
|
|||
#endif
|
||||
|
||||
extops_init();
|
||||
lutil_passwd_init();
|
||||
|
||||
#ifdef SLAPD_MODULES
|
||||
if ( module_init() != 0 ) {
|
||||
|
|
@ -614,6 +615,8 @@ stop:
|
|||
|
||||
schema_destroy();
|
||||
|
||||
lutil_passwd_destroy();
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
ldap_pvt_tls_destroy();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue