Skip to content
Snippets Groups Projects
Commit c2fd1b8a authored by Howard Chu's avatar Howard Chu
Browse files

Added lutil_passwd_init(), lutil_passwd_destroy()

parent 6aab531d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment