Added lutil_passwd_init(), lutil_passwd_destroy()

This commit is contained in:
Howard Chu 2003-03-12 13:10:22 +00:00
parent 6aab531d66
commit c2fd1b8a3f

View file

@ -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