]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Mon, 12 Apr 2010 02:28:40 +0000 (02:28 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 12 Apr 2010 02:28:40 +0000 (02:28 +0000)
servers/slapd/back-ldap/config.c

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