fix previous commit

This commit is contained in:
Pierangelo Masarati 2010-04-12 02:28:40 +00:00
parent d033f680b5
commit 32048a5128

View File

@ -1054,7 +1054,7 @@ ldap_back_cf_gen( ConfigArgs *c )
} }
if ( *bvp == NULL ) { if ( *bvp == NULL ) {
if ( *bvp == li->li_idassert_authz if ( bvp == &li->li_idassert_authz
&& ( li->li_idassert_flags & LDAP_BACK_AUTH_AUTHZ_ALL ) ) && ( li->li_idassert_flags & LDAP_BACK_AUTH_AUTHZ_ALL ) )
{ {
BER_BVSTR( &bv, "*" ); BER_BVSTR( &bv, "*" );