]> git.sur5r.net Git - openldap/commitdiff
backout last commit as unnecessary
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 Dec 2003 01:47:14 +0000 (01:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 Dec 2003 01:47:14 +0000 (01:47 +0000)
servers/slapd/tools/slappasswd.c

index 5826c89fce8dea49a1d212f03b0340a178502b01..cc4d4332629b4e51281fc77efdbd893c8cd375ef 100644 (file)
@@ -130,8 +130,6 @@ main( int argc, char *argv[] )
                passwd.bv_len = strlen(passwd.bv_val);
        }
 
-       lutil_passwd_init();
-
        hash = lutil_passwd_hash( &passwd, scheme, &text );
 
        if( hash == NULL || hash->bv_val == NULL ) {