From: Pierangelo Masarati Date: Fri, 17 Aug 2007 11:36:34 +0000 (+0000) Subject: further fix specification X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~185 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2245aff52c42752c9947a9518974f7ca3679da12;hp=a2badc7c3c6245dad7f8fb22923969fcc57643f7;p=openldap further fix specification --- diff --git a/servers/slapd/overlays/pcache.c b/servers/slapd/overlays/pcache.c index 3ef1801ca1..9c45be60e2 100644 --- a/servers/slapd/overlays/pcache.c +++ b/servers/slapd/overlays/pcache.c @@ -3300,9 +3300,9 @@ static struct berval pcache_exop_QUERY_DELETE = BER_BVC( PCACHE_EXOP_QUERY_DELET requestName ::= 1.3.6.1.4.1.4203.666.11.9.6.1 - requestValue ::= SEQUENCE { - baseDN [0] LDAPDN OPTIONAL, - entryDN [1] LDAPDN OPTIONAL, + requestValue ::= SEQUENCE { CHOICE { + baseDN [0] LDAPDN + entryDN [1] LDAPDN }, queryID [2] OCTET STRING (SIZE(16)) } * baseDN and entryDN are mutually exclusive, but one of them must be present