Revert last commit

This commit is contained in:
Kurt Zeilenga 2003-12-16 01:55:56 +00:00
parent e2483d8a9b
commit e3ffc1b165

View 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 ) {