backout last commit as unnecessary

This commit is contained in:
Kurt Zeilenga 2003-12-16 01:47:14 +00:00
parent 01ef0ee800
commit 96ce80dd25

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