]> git.sur5r.net Git - openldap/commitdiff
further fix specification
authorPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 11:36:34 +0000 (11:36 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 11:36:34 +0000 (11:36 +0000)
servers/slapd/overlays/pcache.c

index 3ef1801ca1283be5b689b2a6951106c82c5014a9..9c45be60e29c34f14fa7143c375add014a257472 100644 (file)
@@ -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