]> git.sur5r.net Git - openldap/commit
Extend value_match to extract an asserted value from a full value
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 22 Oct 2001 20:03:30 +0000 (20:03 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 22 Oct 2001 20:03:30 +0000 (20:03 +0000)
commit5f6d5494dd8b40e40ac0f927bd16c835fd194481
treecdeb3bfd54825a5acaefac5450935992e686ff22
parent5dbf4bddae245f2cc022428ec7cda5d7028215ea
Extend value_match to extract an asserted value from a full value
if needed.  This is controlled by SLAP_MR_VALUE_IS_IN_MR_SYNTAX,
a new flag that should be set when evaluating filters such as in
searches and compares and unset otherwise (such as in modify).

Now, some callers of value_match, notably value_find, don't know
whether to set it or not.  We'll see to that.
servers/slapd/value.c