Fix - need to initialize lutil_passwd.

This commit is contained in:
Howard Chu 2003-12-16 00:39:29 +00:00
parent d9ad3bcc50
commit 6e6bef8f56

View file

@ -130,6 +130,8 @@ 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 ) {