From: Pierangelo Masarati Date: Thu, 15 Mar 2007 01:07:19 +0000 (+0000) Subject: fix ITS#4874 X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~612 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71c93265e20c817bfc39d4b2eea69d79f1c70736;p=openldap fix ITS#4874 --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 59478d83a6..b58992fe04 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2053,7 +2053,7 @@ acl_set_cb_gather( Operation *op, SlapReply *rs ) } } - if ( bvals ) { + if ( bvalsp ) { p->bvals = slap_set_join( p->cookie, p->bvals, ( '|' | SLAP_SET_RREF ), bvalsp ); }