From: Quanah Gibson-Mount Date: Sun, 1 Apr 2007 23:31:25 +0000 (+0000) Subject: Fix minor typo (ITS#4874) X-Git-Tag: OPENLDAP_REL_ENG_2_3_35~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d731ee94b85ac48a49492b69fe49d9ade7d5d753;p=thirdparty%2Fopenldap.git Fix minor typo (ITS#4874) --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 2c8c276a34..850fb24621 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2476,7 +2476,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 ); }