Fix previous commit, lutil_passwd_scheme() returns boolean, not pointer.

This commit is contained in:
Howard Chu 2002-03-18 08:56:47 +00:00
parent 7e68108d4a
commit a1063a041d

View File

@ -522,7 +522,7 @@ read_config( const char *fname )
}
if ( lutil_passwd_scheme( cargv[1] ) == NULL ) {
if ( lutil_passwd_scheme( cargv[1] ) == 0 ) {
#ifdef NEW_LOGGING
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
"%s: line %d: password scheme \"%s\" not available\n",